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 | 蹄捧?雍 | 10010010111110111001010111111001001111111110100010110100 | 92fb95f93fe8b4 |
EUC-JP | 蹄捧?雍 | 11000100111111011100101011111011001111111111000010110110 | c4fdcafb3ff0b6 |
UTF-8 | 蹄捧퇘雍 | 111010001011100110000100111001101000110110100111111011011000011110011000111010011001101110001101 | e8b984e68da7ed8798e99b8d |
UHC | 蹄捧퇘雍 | 1111000010110100110111001110100111000101111011111110100010111100 | f0b4dce9c5efe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)