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 | ??n???? | 00111111001111110110111000111111001111110011111100111111 | 3f3f6e3f3f3f3f |
SJIS-WIN | ?但n?但?丹 | 00111111100100100100000101101110001111111001001001000001001111111001001001001111 | 3f92416e3f92413f924f |
EUC-JP | ?但n?但?丹 | 00111111110000111010001001101110001111111100001110100010001111111100001110110000 | 3fc3a26e3fc3a23fc3b0 |
UTF-8 | 렺但n렺但렺丹 | 11101011101000001011101011100100101111011000011001101110111010111010000010111010111001001011110110000110111010111010000010111010111001001011100010111001 | eba0bae4bd866eeba0bae4bd86eba0bae4b8b9 |
UHC | 렺但n렺但렺丹 | 10001110110000101101001110100011011011101000111011000010110100111010001110001110110000101101001110100001 | 8ec2d3a36e8ec2d3a38ec2d3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)