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 | 10001011110001100011111101000111 | 8bc63f47 |
EUC-JP | 業?G | 10110110110010000011111101000111 | b6c83f47 |
UTF-8 | 業뫖G | 11100110101001011010110111101011101010111001011001000111 | e6a5adebab9647 |
UHC | 業뫖G | 1110010111110110100100011011100001000111 | e5f691b847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)