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 | 1110010110100011100100110111011001000111 | e5a3937647 |
EUC-JP | 螢砺G | 1110101010100101110001011101011101000111 | eaa5c5d747 |
UTF-8 | 螢砺G | 11101000100111101010001011100111101000001011101001000111 | e89ea2e7a0ba47 |
UHC | 螢?G | 11111011101010110011111101000111 | fbab3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)