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 | 毓??? | 1001111101111001001111110011111100111111 | 9f793f3f3f |
EUC-JP | 毓??? | 1101110111011010001111110011111100111111 | ddda3f3f3f |
UTF-8 | 毓묉퀎緣 | 111001101010111110010011111010111010110010001001111011011000000010001110111001111011011110100011 | e6af93ebac89ed808ee7b7a3 |
UHC | 毓묉퀎緣 | 1110101110111110100100011110011010110011100001001110011011011110 | ebbe91e6b384e6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)