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 | 10011001010110010011111101000111 | 99593f47 |
EUC-JP | 兀?G | 11010001101110100011111101000111 | d1ba3f47 |
UTF-8 | 兀장G | 11100101100001011000000011101100100111101010010101000111 | e58580ec9ea547 |
UHC | 兀장G | 1110100010110100110000001110010101000111 | e8b4c0e547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)