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 | 1110110010101001100011101011110101010000 | eca98ebd50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ì©??P | 100011111010101111000000100011111010001011101101001111110011111101010000 | 8fabc08fa2ed3f3f50 |
UTF-8 | 쩽P | 110000111010110011000010101010011100001010001110110000101011110101010000 | c3acc2a9c28ec2bd50 |
UHC | ???½P | 001111110011111100111111101010001111011001010000 | 3f3f3fa8f650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)