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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?但h?叩 | 00111111100100100100000101101000001111111001001001000000 | 3f9241683f9240 |
EUC-JP | ?但h?叩 | 00111111110000111010001001101000001111111100001110100001 | 3fc3a2683fc3a1 |
UTF-8 | 렺但h렺叩 | 11101011101000001011101011100100101111011000011001101000111010111010000010111010111001011000111110101001 | eba0bae4bd8668eba0bae58fa9 |
UHC | 렺但h렺叩 | 100011101100001011010011101000110110100010001110110000101100110110110000 | 8ec2d3a3688ec2cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)