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 | 顆ーム伎 | 111010001111011110110000110100011000101011101010 | e8f7b0d18aea |
| EUC-JP | 顆ーム伎 | 1111000011111001100011101011000010001110110100011011010011101100 | f0f98eb08ed1b4ec |
| UTF-8 | 顆ーム伎 | 111010011010000110000110111011111011110110110000111011111011111010010001111001001011110010001110 | e9a186efbdb0efbe91e4bc8e |
| UHC | 顆??伎 | 110011101010100000111111001111111101000011101011 | cea83f3fd0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)