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 | 跣咏孱 | 111001101110111110011001111001111001101110100001 | e6ef99e79ba1 |
EUC-JP | 跣咏孱 | 111011001111000111010010111010011101011010100011 | ecf1d2e9d6a3 |
UTF-8 | 跣咏孱 | 111010001011011110100011111001011001001010001111111001011010110110110001 | e8b7a3e5928fe5adb1 |
UHC | 跣?孱 | 1110000011010011001111111110110111001111 | e0d33fedcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)