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 | 1110100011000000100011101011011001010000 | e8c08eb650 |
SJIS-WIN | ???¶P | 001111110011111100111111100000011111011101010000 | 3f3f3f81f750 |
EUC-JP | èÀ?¶P | 10001111101010111011001010001111101010101010001000111111101000101111100101010000 | 8fabb28faaa23fa2f950 |
UTF-8 | èÀ¶P | 110000111010100011000011100000001100001010001110110000101011011001010000 | c3a8c380c28ec2b650 |
UHC | ???¶P | 001111110011111100111111101000101101001001010000 | 3f3f3fa2d250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)