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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冶??榮 | 100101101110100000111111001111111001111011000100 | 96e83f3f9ec4 |
EUC-JP | 冶??榮 | 110011001110101000111111001111111101110011000110 | ccea3f3fdcc6 |
UTF-8 | 冶먬옩榮 | 111001011000011010110110111010111010100010101100111011001001100010101001111001101010011010101110 | e586b6eba8acec98a9e6a6ae |
UHC | 冶먬옩榮 | 1110010110100111100100001110100110011110101010001110011110110100 | e5a790e99ea8e7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)