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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | シソ晶チh | 101111001011111110001111101110111100000101101000 | bcbf8fbbc168 |
EUC-JP | シソ晶チh | 100011101011110010001110101111111011111010111101100011101100000101101000 | 8ebc8ebfbebd8ec168 |
UTF-8 | シソ晶チh | 11101111101111011011110011101111101111011011111111100110100110011011011011101111101111101000000101101000 | efbdbcefbdbfe699b6efbe8168 |
UHC | ??晶?h | 001111110011111111101111110111000011111101101000 | 3f3fefdc3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)