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 | 蕘獏顆 | 111001001111101111100000110100011110100011110111 | e4fbe0d1e8f7 |
EUC-JP | 蕘獏顆 | 111010001111110111100000110100111111000011111001 | e8fde0d3f0f9 |
UTF-8 | 蕘獏顆 | 111010001001010110011000111001111000110110001111111010011010000110000110 | e89598e78d8fe9a186 |
UHC | ??顆 | 00111111001111111100111010101000 | 3f3fcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)