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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 彦??G | 1001010101000110001111110011111101000111 | 95463f3f47 |
EUC-JP | 彦??G | 1100100110100111001111110011111101000111 | c9a73f3f47 |
UTF-8 | 彦쀫젺G | 11100101101111011010011011101100100000001010101111101100101000001011101001000111 | e5bda6ec80abeca0ba47 |
UHC | 彦쀫젺G | 11100101111010011001011111101011101000001010110101000111 | e5e997eba0ad47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)