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 | 掩??諭? | 10001001100001100011111100111111100101110100000000111111 | 89863f3f97403f |
EUC-JP | 掩??諭? | 10110001111001100011111100111111110011011010000100111111 | b1e63f3fcda13f |
UTF-8 | 掩뽰뢿諭퀯 | 111001101000111010101001111010111011110110110000111010111010001010111111111010001010101110101101111011011000000010101111 | e68ea9ebbdb0eba2bfe8abaded80af |
UHC | 掩뽰뢿諭퀯 | 11100101111100111001011011101100100011111000001011101011101100011011010001000010 | e5f396ec8f82ebb1b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)