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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諄悉 | 11100110011110001000111010111011 | e6788ebb |
EUC-JP | 諄悉 | 11101011110110011011110010111101 | ebd9bcbd |
UTF-8 | 諄悉 | 111010001010101110000100111001101000001010001001 | e8ab84e68289 |
UHC | 諄悉 | 11100010111101001110001111111010 | e2f4e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)