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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 蝟浪] | 1110010110010110100110000101000101011101 | e59698515d |
EUC-JP | 蝟浪] | 1110100111110110110011111011001001011101 | e9f6cfb25d |
UTF-8 | 蝟浪] | 11101000100111011001111111100110101101011010101001011101 | e89d9fe6b5aa5d |
UHC | 蝟浪] | 1110101011011010110101011100100001011101 | eadad5c85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)