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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??嗔 | 00111111001111111001101001110000 | 3f3f9a70 |
EUC-JP | ??嗔 | 00111111001111111101001111010001 | 3f3fd3d1 |
UTF-8 | 렯렔嗔 | 111010111010000010101111111010111010000010010100111001011001011110010100 | eba0afeba094e59794 |
UHC | 렯렔嗔 | 100011101011110010001110101010011111001011000111 | 8ebc8ea9f2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)