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 | 綣砧玖帰紜 | 11100011010110111000101101101101100010111110100010001011010000011110001101000001 | e35b8b6d8be88b41e341 |
EUC-JP | 綣砧玖帰紜 | 11100101101111001011010111001110101101101110101010110101101000101110010110100010 | e5bcb5ceb6eab5a2e5a2 |
UTF-8 | 綣砧玖帰紜 | 111001111011011010100011111001111010000010100111111001111000111010010110111001011011100010110000111001111011010010011100 | e7b6a3e7a0a7e78e96e5b8b0e7b49c |
UHC | ?砧玖?? | 00111111111101101101101111001111101110000011111100111111 | 3ff6dbcfb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)