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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 炤???B | 10001111110010011101001000111111001111110011111101000010 | 8fc9d23f3f3f42 |
UTF-8 | 炤롋롕롋B | 11100111100000101010010011101011101000011000101111101011101000011001010111101011101000011000101101000010 | e782a4eba18beba195eba18b42 |
UHC | 炤롋롕롋B | 111000011011111110001110110100011000111011011001100011101101000101000010 | e1bf8ed18ed98ed142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)