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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 喩??] | 1001101001100111001111110011111101011101 | 9a673f3f5d |
EUC-JP | 喩??] | 1101001111001000001111110011111101011101 | d3c83f3f5d |
UTF-8 | 喩며룻] | 11100101100101101010100111101011101010011011000011101011101000111011101101011101 | e596a9eba9b0eba3bb5d |
UHC | 喩며룻] | 11101010111001111011100011100111101101111110110101011101 | eae7b8e7b7ed5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)