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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 莊ク霆クB | 11100100101101011011100011101000101110111011100001000010 | e4b5b8e8bbb842 |
EUC-JP | 莊ク霆クB | 111010001011011110001110101110001111000010111101100011101011100001000010 | e8b78eb8f0bd8eb842 |
UTF-8 | 莊ク霆クB | 11101000100011101000101011101111101111011011100011101001100111001000011011101111101111011011100001000010 | e88e8aefbdb8e99c86efbdb842 |
UHC | 莊?霆?B | 11101101111101100011111111101111111111010011111101000010 | edf63feffd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)