To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??飮? | 0011111100111111100111110101101000111111 | 3f3f9f5a3f |
EUC-JP | 玎?飮? | 10001111110010111101001000111111110111011011101100111111 | 8fcbd23fddbb3f |
UTF-8 | 玎렱飮렧 | 111001111000111010001110111010111010000010110001111010011010001110101110111010111010000010100111 | e78e8eeba0b1e9a3aeeba0a7 |
UHC | 玎렱飮렧 | 1110111111101001100011101011111011101011111001101000111010110110 | efe98ebeebe68eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)