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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 坦歎G | 1001001001010010100100100101011001000111 | 9252925647 |
EUC-JP | 坦歎G | 1100001110110011110000111011011101000111 | c3b3c3b747 |
UTF-8 | 坦歎G | 11100101100111011010011011100110101011011000111001000111 | e59da6e6ad8e47 |
UHC | 坦歎G | 1111011110100100111101111010011101000111 | f7a4f7a747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)