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 | 逋懃劼 | 111001111001100110011100111001111001100110100010 | e7999ce799a2 |
EUC-JP | 逋懃劼 | 111011011111100111011000111010011101001010100100 | edf9d8e9d2a4 |
UTF-8 | 逋懃劼 | 111010011000000010001011111001101000011110000011111001011000101010111100 | e9808be68783e58abc |
UHC | 逋懃? | 1111100011100111110100001100010000111111 | f8e7d0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)