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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | ?但W?但 | 00111111100100100100000101010111001111111001001001000001 | 3f9241573f9241 |
EUC-JP | ?但W?但 | 00111111110000111010001001010111001111111100001110100010 | 3fc3a2573fc3a2 |
UTF-8 | 렺但W렺但 | 11101011101000001011101011100100101111011000011001010111111010111010000010111010111001001011110110000110 | eba0bae4bd8657eba0bae4bd86 |
UHC | 렺但W렺但 | 100011101100001011010011101000110101011110001110110000101101001110100011 | 8ec2d3a3578ec2d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)