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 | 0011111111100011010001000011111101000111 | 3fe3443f47 |
EUC-JP | 饔絅?G | 10001111111010001110111111100101101001010011111101000111 | 8fe8efe5a53f47 |
UTF-8 | 饔絅볕G | 11101001101001011001010011100111101101011000010111101011101100111001010101000111 | e9a594e7b585ebb39547 |
UHC | 饔絅볕G | 11101000101111011100110011100111101110101011010101000111 | e8bdcce7bab547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)