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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝟溽惓蝟溷蛤 | 111001011001011010011111111001111001110010101001111001011001011010011111111001011001010010111000 | e5969fe79ca9e5969fe594b8 |
EUC-JP | 蝟溽惓蝟溷蛤 | 111010011111011011011110111010011101100010101011111010011111011011011110111001111100100010111010 | e9f6dee9d8abe9f6dee7c8ba |
UTF-8 | 蝟溽惓蝟溷蛤 | 111010001001110110011111111001101011101010111101111001101000001110010011111010001001110110011111111001101011101010110111111010001001101110100100 | e89d9fe6babde68393e89d9fe6bab7e89ba4 |
UHC | 蝟??蝟?蛤 | 111010101101101000111111001111111110101011011010001111111111100111101101 | eada3f3feada3ff9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)