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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辱?癒 | 1001000001001010001111111001011011111100 | 904a3f96fc |
EUC-JP | 辱?癒 | 1011111110101011001111111100110011111110 | bfab3fccfe |
UTF-8 | 辱쪶癒 | 111010001011111010110001111011001010101010110110111001111001100110010010 | e8beb1ecaab6e79992 |
UHC | 辱쪶癒 | 111010011011010010100110010011111110101110101000 | e9b4a64feba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)