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 | 긼P | 1110101010111000100011101011110001010000 | eab88ebc50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | �?P | 100011111010101110110100100011111010001010110001001111110011111101010000 | 8fabb48fa2b13f3f50 |
UTF-8 | 긼P | 110000111010101011000010101110001100001010001110110000101011110001010000 | c3aac2b8c28ec2bc50 |
UHC | ?¸?¼P | 00111111101000101010110000111111101010001111100101010000 | 3fa2ac3fa8f950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)