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 | êô¶G | 1110101011110100100011101011011001000111 | eaf48eb647 |
SJIS-WIN | ???¶G | 001111110011111100111111100000011111011101000111 | 3f3f3f81f747 |
EUC-JP | êô?¶G | 10001111101010111011010010001111101010111101010000111111101000101111100101000111 | 8fabb48fabd43fa2f947 |
UTF-8 | êô¶G | 110000111010101011000011101101001100001010001110110000101011011001000111 | c3aac3b4c28ec2b647 |
UHC | ???¶G | 001111110011111100111111101000101101001001000111 | 3f3f3fa2d247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)