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 | 邀??夜? | 11100111101100010011111100111111100101101110100100111111 | e7b13f3f96e93f |
EUC-JP | 邀??夜? | 11101110101100110011111100111111110011001110101100111111 | eeb33f3fcceb3f |
UTF-8 | 邀띴벤夜퍯 | 111010011000001010000000111010111001110110110100111010111011001010100100111001011010010010011100111011011000110110101111 | e98280eb9db4ebb2a4e5a49ced8daf |
UHC | 邀띴벤夜퍯 | 11101001101011011000110111100100101110101010010111100101101010001011110001000110 | e9ad8de4baa5e5a8bc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)