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 | 1110001010101011111000100111110001000111 | e2abe27c47 |
EUC-JP | 筬窩G | 1110010010101101111000111101110101000111 | e4ade3dd47 |
UTF-8 | 筬窩G | 11100111101011011010110011100111101010101010100101000111 | e7adace7aaa947 |
UHC | 筬窩G | 1110000011111110111010001100000001000111 | e0fee8c047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)