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 | ?s??] | 0011111101110011001111110011111101011101 | 3f733f3f5d |
SJIS-WIN | ?s??] | 0011111101110011001111110011111101011101 | 3f733f3f5d |
EUC-JP | ?s??] | 0011111101110011001111110011111101011101 | 3f733f3f5d |
UTF-8 | 횪s혯횤] | 1110110110011010101010100111001111101101100110001010111111101101100110101010010001011101 | ed9aaa73ed98afed9aa45d |
UHC | 횪s혯횤] | 1100001110100000011100111100001010010110110000111001101101011101 | c3a073c296c39b5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)