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 | 繝ヨ昏 | 111000111000001110000011100010001000110110101000 | e38383888da8 |
EUC-JP | 繝ヨ昏 | 111001011110001110100101111010001011101010101010 | e5e3a5e8baaa |
UTF-8 | 繝ヨ昏 | 111001111011100110011101111000111000001110101000111001101001100010001111 | e7b99de383a8e6988f |
UHC | ?ヨ昏 | 0011111110101011111010001111101111100111 | 3fabe8fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)