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 | 10011010101011000011111101000111 | 9aac3f47 |
EUC-JP | 址?G | 11010100101011100011111101000111 | d4ae3f47 |
UTF-8 | 址받G | 11100101100111011000000011101011101100001001101101000111 | e59d80ebb09b47 |
UHC | 址받G | 1111001010100011101110011101111001000111 | f2a3b9de47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)