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 | 飄塢 | 11101001010001111001101011000111 | e9479ac7 |
EUC-JP | 飄塢 | 11110001101010001101010011001001 | f1a8d4c9 |
UTF-8 | 飄塢 | 111010011010001110000100111001011010000110100010 | e9a384e5a1a2 |
UHC | 飄塢 | 11111000111111011110011111110001 | f8fde7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)