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 | 飮???? | 100111110101101000111111001111110011111100111111 | 9f5a3f3f3f3f |
EUC-JP | 飮???? | 110111011011101100111111001111110011111100111111 | ddbb3f3f3f3f |
UTF-8 | 飮톀隸뚩닃 | 111010011010001110101110111011011000011010000000111011111010011010111000111010111001101010101001111010111000101110000011 | e9a3aeed8680efa6b8eb9aa9eb8b83 |
UHC | 飮톀隸뚩닃 | 11101011111001101011011101010010111001111110011010001100111010001000100010001100 | ebe6b752e7e68ce8888c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)