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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韃湿煮湿軸湿 | 111010001110010110001110101111001000111011001111100011101011110010001110101100101000111010111100 | e8e58ebc8ecf8ebc8eb28ebc |
EUC-JP | 韃湿煮湿軸湿 | 111100001110011110111100101111101011110011010001101111001011111010111100101101001011110010111110 | f0e7bcbebcd1bcbebcb4bcbe |
UTF-8 | 韃湿煮湿軸湿 | 111010011001111110000011111001101011100110111111111001111000010110101110111001101011100110111111111010001011101110111000111001101011100110111111 | e99f83e6b9bfe785aee6b9bfe8bbb8e6b9bf |
UHC | ??煮?軸? | 0011111100111111111011011011010000111111111101011110111000111111 | 3f3fedb43ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)