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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | ??船@ | 0011111100111111100100010100010001000000 | 3f3f914440 |
EUC-JP | ??船@ | 0011111100111111110000011010010101000000 | 3f3fc1a540 |
UTF-8 | 卨蟬船@ | 11100101100011011010100011101000100111111010110011101000100010001011100101000000 | e58da8e89face888b940 |
UHC | 卨蟬船@ | 11100000110110011110000011010001111000001100111101000000 | e0d9e0d1e0cf40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)