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 | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
EUC-JP | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
UTF-8 | 혧짧책짖첫nB | 1110110110011000101001111110110010100111101001111110110010110001100001011110110010100111100101101110110010110010101010110110111001000010 | ed98a7eca7a7ecb185eca796ecb2ab6e42 |
UHC | 혧짧책짖첫nB | 110000101000111111000010101010101100001110100101110000101010001011000011101110010110111001000010 | c28fc2aac3a5c2a2c3b96e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)