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 | 逋懃セ | 1110011110011001100111001110011110111110 | e7999ce7be |
EUC-JP | 逋懃セ | 111011011111100111011000111010011000111010111110 | edf9d8e98ebe |
UTF-8 | 逋懃セ | 111010011000000010001011111001101000011110000011111011111011110110111110 | e9808be68783efbdbe |
UHC | 逋懃? | 1111100011100111110100001100010000111111 | f8e7d0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)