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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ?絅?h? | 001111111110001101000100001111110110100000111111 | 3fe3443f683f |
EUC-JP | 饔絅?h饔 | 10001111111010001110111111100101101001010011111101101000100011111110100011101111 | 8fe8efe5a53f688fe8ef |
UTF-8 | 饔絅볕h饔 | 11101001101001011001010011100111101101011000010111101011101100111001010101101000111010011010010110010100 | e9a594e7b585ebb39568e9a594 |
UHC | 饔絅볕h饔 | 111010001011110111001100111001111011101010110101011010001110100010111101 | e8bdcce7bab568e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)