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 | 游??絅? | 10011111111000000011111100111111111000110100010000111111 | 9fe03f3fe3443f |
EUC-JP | 游??絅? | 11011110111000100011111100111111111001011010010100111111 | dee23f3fe5a53f |
UTF-8 | 游쭸렮絅뤧 | 111001101011100010111000111011001010110110111000111010111010000010101110111001111011010110000101111010111010010010100111 | e6b8b8ecadb8eba0aee7b585eba4a7 |
UHC | 游쭸렮絅뤧 | 11101010111111011100001011100110100011101011101111001100111001111000111111010101 | eafdc2e68ebbcce78fd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)