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 | 魘溷蛤 | 111010011011010010011111111001011001010010111000 | e9b49fe594b8 |
EUC-JP | 魘溷蛤 | 111100101011011011011110111001111100100010111010 | f2b6dee7c8ba |
UTF-8 | 魘溷蛤 | 111010011010110110011000111001101011101010110111111010001001101110100100 | e9ad98e6bab7e89ba4 |
UHC | ??蛤 | 00111111001111111111100111101101 | 3f3ff9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)