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???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
SJIS-WIN | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
EUC-JP | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
UTF-8 | 횪쩔창W횪쩔창NB | 111011011001101010101010111011001010100110010100111011001011000010111101010101111110110110011010101010101110110010101001100101001110110010110000101111010100111001000010 | ed9aaaeca994ecb0bd57ed9aaaeca994ecb0bd4e42 |
UHC | 횪쩔창W횪쩔창NB | 110000111010000011000010101111111100001110100010010101111100001110100000110000101011111111000011101000100100111001000010 | c3a0c2bfc3a257c3a0c2bfc3a24e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)