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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪。邯捺ф | 111001011010000110100001111001111011011010010011111001101000010010000110 | e5a1a1e7b693e68486 |
EUC-JP | 蝪。邯捺ф | 11101010101000111000111010100001111011101011100011000110111010001010011111100110 | eaa38ea1eeb8c6e8a7e6 |
UTF-8 | 蝪。邯捺ф | 1110100010011101101010101110111110111101101000011110100110000010101011111110011010001101101110101101000110000100 | e89daaefbda1e982afe68dbad184 |
UHC | ??邯捺ф | 0011111100111111110010101111101111010001111101001010110011100110 | 3f3fcafbd1f4ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)