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 | 韋冶d | 111010001110100010010110111010001000001010000100 | e8e896e88284 |
EUC-JP | 韋冶d | 111100001110101011001100111010101010001111100100 | f0eacceaa3e4 |
UTF-8 | 韋冶d | 111010011001111110001011111001011000011010110110111011111011110110000100 | e99f8be586b6efbd84 |
UHC | 韋冶d | 111010101101111111100101101001111010001111100100 | eadfe5a7a3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)