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 | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-WIN | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
EUC-JP | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
UTF-8 | 챌짚혦혧혙ZB | 1110110010110001100011001110110010100111100110101110110110011000101001101110110110011000101001111110110110011000100110010101101001000010 | ecb18ceca79aed98a6ed98a7ed98995a42 |
UHC | 챌짚혦혧혙ZB | 110000111010011111000010101001001100001010001110110000101000111111000010100001000101101001000010 | c3a7c2a4c28ec28fc2845a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)