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 | 遽淳 | 11100111101011111000111101111110 | e7af8f7e |
EUC-JP | 遽淳 | 11101110101100011011110111011111 | eeb1bddf |
UTF-8 | 遽淳 | 111010011000000110111101111001101011011110110011 | e981bde6b7b3 |
UHC | 遽淳 | 11001011111010001110001011101000 | cbe8e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)