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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 跣泄^ | 1110011011101111100111111001010101011110 | e6ef9f955e |
EUC-JP | 跣泄^ | 1110110011110001110111011111010101011110 | ecf1ddf55e |
UTF-8 | 跣泄^ | 11101000101101111010001111100110101100111000010001011110 | e8b7a3e6b3845e |
UHC | 跣泄^ | 1110000011010011111000001101110001011110 | e0d3e0dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)