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 | 淏懃貉 | 111110110100001010011100111001111110011010111001 | fb429ce7e6b9 |
EUC-JP | 淏懃貉 | 10001111110001111101100111011000111010011110110010111011 | 8fc7d9d8e9ecbb |
UTF-8 | 淏懃貉 | 111001101011011110001111111001101000011110000011111010001011001010001001 | e6b78fe68783e8b289 |
UHC | 淏懃? | 1111101111001000110100001100010000111111 | fbc8d0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)