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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鮟掖 | 11101001101110111001110101110100 | e9bb9d74 |
EUC-JP | 鮟掖 | 11110010101111011101100111010101 | f2bdd9d5 |
UTF-8 | 鮟掖 | 111010011010111010011111111001101000111010010110 | e9ae9fe68e96 |
UHC | 鮟掖 | 11100100110101011110010011111010 | e4d5e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)