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 | 煮実爵 | 100011101100111110001110110000001000111011011101 | 8ecf8ec08edd |
EUC-JP | 煮実爵 | 101111001101000110111100110000101011110011011111 | bcd1bcc2bcdf |
UTF-8 | 煮実爵 | 111001111000010110101110111001011010111010011111111001111000100010110101 | e785aee5ae9fe788b5 |
UHC | 煮?爵 | 1110110110110100001111111110110111001001 | edb43fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)