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 | 顋崎 | 11101000111110011000110111101000 | e8f98de8 |
EUC-JP | 顋崎 | 11110000111110111011101011101010 | f0fbbaea |
UTF-8 | 顋崎 | 111010011010000110001011111001011011010010001110 | e9a18be5b48e |
UHC | ?崎 | 001111111101000011111000 | 3fd0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)