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 | ??D??ZB | 00111111001111110100010000111111001111110101101001000010 | 3f3f443f3f5a42 |
SJIS-WIN | ??D??ZB | 00111111001111110100010000111111001111110101101001000010 | 3f3f443f3f5a42 |
EUC-JP | ??D??ZB | 00111111001111110100010000111111001111110101101001000010 | 3f3f443f3f5a42 |
UTF-8 | 횙짯D챨챠ZB | 111011011001101010011001111011001010011110101111010001001110110010110001101010001110110010110001101000000101101001000010 | ed9a99eca7af44ecb1a8ecb1a05a42 |
UHC | 횙짯D챨챠ZB | 1100001110010011110000101010110101000100110000111011000011000011101011010101101001000010 | c393c2ad44c3b0c3ad5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)