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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ???旿??B | 001111110011111100111111100011111100000111110100001111110011111101000010 | 3f3f3f8fc1f43f3f42 |
UTF-8 | 溫볩슬旿덌슐B | 11100110101110101010101111101011101100111010100111101100100010101010110011100110100101111011111111101011100011011000110011101100100010101001000001000010 | e6baabebb3a9ec8aace697bfeb8d8cec8a9042 |
UHC | 溫볩슬旿덌슐B | 11101000101011101001001111101111101111011011110111100111111110101000100011101111101111011011011001000010 | e8ae93efbdbde7fa88efbdb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)