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 | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-WIN | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
EUC-JP | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
UTF-8 | 창횦혟채혟쨔AB | 1110110010110000101111011110110110011010101001101110110110011000100111111110110010110001100001001110110110011000100111111110110010101000100101000100000101000010 | ecb0bded9aa6ed989fecb184ed989feca8944142 |
UHC | 창횦혟채혟쨔AB | 1100001110100010110000111001110111000010100010011100001110100100110000101000100111000010101110010100000101000010 | c3a2c39dc289c3a4c289c2b94142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)