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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蓆跣旋^ | 11100100111011001110011011101111100100001111100101011110 | e4ece6ef90f95e |
EUC-JP | 蓆跣旋^ | 11101000111011101110110011110001110000001111101101011110 | e8eeecf1c0fb5e |
UTF-8 | 蓆跣旋^ | 11101000100100111000011011101000101101111010001111100110100101111000101101011110 | e89386e8b7a3e6978b5e |
UHC | 蓆跣旋^ | 11100000101101101110000011010011111000001100000101011110 | e0b6e0d3e0c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)