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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ????至?? | 0011111100111111001111110011111110001110100010100011111100111111 | 3f3f3f3f8e8a3f3f |
| EUC-JP | ????至?? | 0011111100111111001111110011111110111011111010100011111100111111 | 3f3f3f3fbbea3f3f |
| UTF-8 | 뤙굴빡렯至렮뤗 | 111010111010010010011001111010101011010110110100111010111011100110100001111010111010000010101111111010001000011110110011111010111010000010101110111010111010010010010111 | eba499eab5b4ebb9a1eba0afe887b3eba0aeeba497 |
| UHC | 뤙굴빡렯至렮뤗 | 1000111111001000101100011011110010111010111111011000111010111100111100101011100010001110101110111000111111000111 | 8fc8b1bcbafd8ebcf2b88ebb8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)