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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 媛?鼎??? | 1001010101010001001111111001001101000011001111110011111100111111 | 95513f93433f3f3f |
EUC-JP | 媛?鼎??? | 1100100110110010001111111100010110100100001111110011111100111111 | c9b23fc5a43f3f3f |
UTF-8 | 媛렲鼎펠렢렦 | 111001011010101010011011111010111010000010110010111010011011110010001110111011011000111010100000111010111010000010100010111010111010000010100110 | e5aa9beba0b2e9bc8eed8ea0eba0a2eba0a6 |
UHC | 媛렲鼎펠렢렦 | 111010101011000010001110101111111111000010100011110001101110011110001110101100111000111010110101 | eab08ebff0a3c6e78eb38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)