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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤾轢봅퐥맑 | 111010111010010010111110111011111010011010001101111010111011010010000101111011011001000010100101111010111010011110010001 | eba4beefa68debb485ed90a5eba791 |
UHC | 뤾轢봅퐥맑 | 10001111111010101110011010111100101110101011111010111101100011101011100010111100 | 8feae6bcbabebd8eb8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)