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???WB | 001111110011111100111111010101110011111100111111001111110101011101000010 | 3f3f3f573f3f3f5742 |
SJIS-WIN | ???W???WB | 001111110011111100111111010101110011111100111111001111110101011101000010 | 3f3f3f573f3f3f5742 |
EUC-JP | ???W???WB | 001111110011111100111111010101110011111100111111001111110101011101000010 | 3f3f3f573f3f3f5742 |
UTF-8 | 혢첫혡W혢첫혡WB | 111011011001100010100010111011001011001010101011111011011001100010100001010101111110110110011000101000101110110010110010101010111110110110011000101000010101011101000010 | ed98a2ecb2abed98a157ed98a2ecb2abed98a15742 |
UHC | 혢첫혡W혢첫혡WB | 110000101000101111000011101110011100001010001010010101111100001010001011110000111011100111000010100010100101011101000010 | c28bc3b9c28a57c28bc3b9c28a5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)