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 | 忽熱 | 10001101100110101001010001001101 | 8d9a944d |
EUC-JP | 忽熱 | 10111001111110101100011110101110 | b9fac7ae |
UTF-8 | 忽熱 | 111001011011111110111101111001111000011010110001 | e5bfbde786b1 |
UHC | 忽熱 | 11111011111011001110011011110000 | fbece6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)