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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蔚?蔚?B | 10001001010101010011111110001001010101010011111101000010 | 89553f89553f42 |
EUC-JP | 蔚?蔚?B | 10110001101101100011111110110001101101100011111101000010 | b1b63fb1b63f42 |
UTF-8 | 蔚테蔚테B | 11101000100101001001101011101101100001011000110011101000100101001001101011101101100001011000110001000010 | e8949aed858ce8949aed858c42 |
UHC | 蔚테蔚테B | 111010101010010111000101110101111110101010100101110001011101011101000010 | eaa5c5d7eaa5c5d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)