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 | ?х??? | 001111111000010010000111001111110011111100111111 | 3f84873f3f3f |
EUC-JP | ?х??? | 001111111010011111100111001111110011111100111111 | 3fa7e73f3f3f |
UTF-8 | 驪х뿛廉얝 | 1110111110100110100001111101000110000101111010111011111110011011111011111010011010100010111011001001011010011101 | efa687d185ebbf9befa6a2ec969d |
UHC | 驪х뿛廉얝 | 11100110101011111010110011100111100101111001111011100110111101011001111001000101 | e6aface7979ee6f59e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)