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??hB | 00111111001111110110100000111111001111110110100001000010 | 3f3f683f3f6842 |
SJIS-WIN | ?但h?但hB | 001111111001001001000001011010000011111110010010010000010110100001000010 | 3f9241683f92416842 |
EUC-JP | ?但h?但hB | 001111111100001110100010011010000011111111000011101000100110100001000010 | 3fc3a2683fc3a26842 |
UTF-8 | 렺但h렺但hB | 111010111010000010111010111001001011110110000110011010001110101110100000101110101110010010111101100001100110100001000010 | eba0bae4bd8668eba0bae4bd866842 |
UHC | 렺但h렺但hB | 1000111011000010110100111010001101101000100011101100001011010011101000110110100001000010 | 8ec2d3a3688ec2d3a36842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)