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 | 貊寂其 | 111001101011101110001110111000101001000110110100 | e6bb8ee291b4 |
EUC-JP | 貊寂其 | 111011001011110110111100111001001100001010110110 | ecbdbce4c2b6 |
UTF-8 | 貊寂其 | 111010001011001010001010111001011010111110000010111001011000010110110110 | e8b28ae5af82e585b6 |
UHC | 貊寂其 | 110110001110011111101110110101101101000011101100 | d8e7eed6d0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)