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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 應?應?B | 10011100111001000011111110011100111001000011111101000010 | 9ce43f9ce43f42 |
EUC-JP | 應?應?B | 11011000111001100011111111011000111001100011111101000010 | d8e63fd8e63f42 |
UTF-8 | 應쓎應쓎B | 11100110100001111000100111101100100100111000111011100110100001111000100111101100100100111000111001000010 | e68789ec938ee68789ec938e42 |
UHC | 應쓎應쓎B | 111010111110101110011101011010011110101111101011100111010110100101000010 | ebeb9d69ebeb9d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)