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 | 煮蕊爵 | 100011101100111110001110110001111000111011011101 | 8ecf8ec78edd |
EUC-JP | 煮蕊爵 | 101111001101000110111100110010011011110011011111 | bcd1bcc9bcdf |
UTF-8 | 煮蕊爵 | 111001111000010110101110111010001001010110001010111001111000100010110101 | e785aee8958ae788b5 |
UHC | 煮?爵 | 1110110110110100001111111110110111001001 | edb43fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)