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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 蔚?蔚?E | 10001001010101010011111110001001010101010011111101000101 | 89553f89553f45 |
EUC-JP | 蔚?蔚?E | 10110001101101100011111110110001101101100011111101000101 | b1b63fb1b63f45 |
UTF-8 | 蔚탄蔚택E | 11101000100101001001101011101101100000111000010011101000100101001001101011101101100000111001110101000101 | e8949aed8384e8949aed839d45 |
UHC | 蔚탄蔚택E | 111010101010010111000101101110101110101010100101110001011100001101000101 | eaa5c5baeaa5c5c345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)