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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶯?=? | 111010011111001000111111100000011000000100111111 | e9f23f81813f |
EUC-JP | 鶯?=轝 | 1111001011110100001111111010000111100001100011111110000110101010 | f2f43fa1e18fe1aa |
UTF-8 | 鶯썲=轝 | 111010011011011010101111111011001000110110110010111011111011110010011101111010001011110110011101 | e9b6afec8db2efbc9de8bd9d |
UHC | 鶯썲=轝 | 1110010110100011101111011110010110100011101111011110011010101100 | e5a3bde5a3bde6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)