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 | 塢???? | 100110101100011100111111001111110011111100111111 | 9ac73f3f3f3f |
EUC-JP | 塢???? | 110101001100100100111111001111110011111100111111 | d4c93f3f3f3f |
UTF-8 | 塢냀隸뚩랜 | 111001011010000110100010111010111000001110000000111011111010011010111000111010111001101010101001111010111001111010011100 | e5a1a2eb8380efa6b8eb9aa9eb9e9c |
UHC | 塢냀隸뚩랜 | 11100111111100011000011001001111111001111110011010001100111010001011011110100011 | e7f1864fe7e68ce8b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)