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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 飮?淫?? | 10011111010110100011111110001000111110100011111100111111 | 9f5a3f88fa3f3f |
EUC-JP | 飮?淫?? | 11011101101110110011111110110000111111000011111100111111 | ddbb3fb0fc3f3f |
UTF-8 | 飮퇓淫띿댎 | 111010011010001110101110111011011000011110010011111001101011011110101011111010111001110110111111111010111000110010001110 | e9a3aeed8793e6b7abeb9dbfeb8c8e |
UHC | 飮퇓淫띿댎 | 11101011111001101011100001000100111010111110001010001101111011001000100010110111 | ebe6b844ebe28dec88b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)