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 | 煮柴失 | 100011101100111110001110110001001000111010111000 | 8ecf8ec48eb8 |
EUC-JP | 煮柴失 | 101111001101000110111100110001101011110010111010 | bcd1bcc6bcba |
UTF-8 | 煮柴失 | 111001111000010110101110111001101001111110110100111001011010010010110001 | e785aee69fb4e5a4b1 |
UHC | 煮柴失 | 111011011011010011100011110000111110001111110111 | edb4e3c3e3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)