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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淸イ鬧顳 | 11111011010000111011001011101001101001111110100101000010 | fb43b2e9a7e942 |
EUC-JP | ?イ鬧顳 | 00111111100011101011001011110010101010011111000110100011 | 3f8eb2f2a9f1a3 |
UTF-8 | 淸イ鬧顳 | 111001101011011110111000111011111011110110110010111010011010110010100111111010011010000110110011 | e6b7b8efbdb2e9aca7e9a1b3 |
UHC | 淸?鬧? | 111101001110100000111111110101111010001000111111 | f4e83fd7a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)