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 | 1001101001000010100110011111101101000111 | 9a4299fb47 |
EUC-JP | 咤哈G | 1101001110100011110100101111110101000111 | d3a3d2fd47 |
UTF-8 | 咤哈G | 11100101100100101010010011100101100100111000100001000111 | e592a4e5938847 |
UHC | 咤哈G | 1111011011100011111110011110101101000111 | f6e3f9eb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)