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 | 惚渫 | 10001101100110111001111111010110 | 8d9b9fd6 |
EUC-JP | 惚渫 | 10111001111110111101111011011000 | b9fbded8 |
UTF-8 | 惚渫 | 111001101000001110011010111001101011100010101011 | e6839ae6b8ab |
UHC | 惚渫 | 11111011111011011110000011011110 | fbede0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)