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 | 窈??臆? | 11100010011101110011111100111111100010011011000000111111 | e2773f3f89b03f |
EUC-JP | 窈??臆? | 11100011110110000011111100111111101100101011001000111111 | e3d83f3fb2b23f |
UTF-8 | 窈당탢臆췏 | 111001111010101010001000111010111000101110111001111011011000001110100010111010001000011110000110111011001011011110001111 | e7aa88eb8bb9ed83a2e88786ecb78f |
UHC | 窈당탢臆췏 | 11101001101000011011010011100111101101011000010111100101111001101010111001001001 | e9a1b4e7b585e5e6ae49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)