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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 莉門叉G | 11100100101110111001011011100101100011011011001101000111 | e4bb96e58db347 |
EUC-JP | 莉門叉G | 11101000101111011100110011100111101110101011010101000111 | e8bdcce7bab547 |
UTF-8 | 莉門叉G | 11101000100011101000100111101001100101101000000011100101100011111000100101000111 | e88e89e99680e58f8947 |
UHC | 莉門叉G | 11010111111010011101101010100110111100111010100101000111 | d7e9daa6f3a947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)