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 | 貅幣瑰 | 111001101011101010010101101111001110000011110001 | e6ba95bce0f1 |
EUC-JP | 貅幣瑰 | 111011001011110011001010101111101110000011110011 | ecbccabee0f3 |
UTF-8 | 貅幣瑰 | 111010001011001010000101111001011011100110100011111001111001000110110000 | e8b285e5b9a3e791b0 |
UHC | ?幣? | 00111111111110001100011100111111 | 3ff8c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)