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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 珈獏猾}B | 1110000011011011111000001101000111100000110011110111110101000010 | e0dbe0d1e0cf7d42 |
EUC-JP | 珈獏猾}B | 1110000011011101111000001101001111100000110100010111110101000010 | e0dde0d3e0d17d42 |
UTF-8 | 珈獏猾}B | 1110011110001111100010001110011110001101100011111110011110001100101111100111110101000010 | e78f88e78d8fe78cbe7d42 |
UHC | ??猾}B | 001111110011111111111100110000100111110101000010 | 3f3ffcc27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)