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 | 揖轉癖 | 100101110100101111100111011110101001010111001000 | 974be77a95c8 |
EUC-JP | 揖轉癖 | 110011011010110011101101110110111100101011001010 | cdaceddbcaca |
UTF-8 | 揖轉癖 | 111001101000111110010110111010001011110110001001111001111001100110010110 | e68f96e8bd89e79996 |
UHC | 揖轉癖 | 111010111110011111101111101011101101101111111110 | ebe7efaedbfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)