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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶉躬鳧 | 111010100100011111100111010110101110100111101000 | ea47e75ae9e8 |
EUC-JP | 鶉躬鳧 | 111100111010100011101101101110111111001011101010 | f3a8edbbf2ea |
UTF-8 | 鶉躬鳧 | 111010011011011010001001111010001011101010101100111010011011001110100111 | e9b689e8baace9b3a7 |
UHC | ?躬鳧 | 0011111111001111111001011101110111000000 | 3fcfe5ddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)