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 | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
UTF-8 | 횪챨창척창쨋nB | 1110110110011010101010101110110010110001101010001110110010110000101111011110110010110010100110011110110010110000101111011110110010101000100010110110111001000010 | ed9aaaecb1a8ecb0bdecb299ecb0bdeca88b6e42 |
UHC | 횪챨창척창쨋nB | 1100001110100000110000111011000011000011101000101100001110110100110000111010001011000010101101100110111001000010 | c3a0c3b0c3a2c3b4c3a2c2b66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)