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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 拗。底 | 100111010101100010000001010000101001001011101010 | 9d58814292ea |
EUC-JP | 拗。底 | 110110011011100110100001101000111100010011101100 | d9b9a1a3c4ec |
UTF-8 | 拗。底 | 111001101000101110010111111000111000000010000010111001011011101010010101 | e68b97e38082e5ba95 |
UHC | 拗。底 | 111010001111001110100001101000111110111010111100 | e8f3a1a3eebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)