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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 癲??艤? | 11100001100111110011111100111111111001000111111000111111 | e19f3f3fe47e3f |
| EUC-JP | 癲??艤? | 11100010101000010011111100111111111001111101111100111111 | e2a13f3fe7df3f |
| UTF-8 | 癲쒕떦艤밢 | 111001111001100110110010111011001001001010010101111010111001011010100110111010001000100110100100111010111011000010100010 | e799b2ec9295eb96a6e889a4ebb0a2 |
| UHC | 癲쒕떦艤밢 | 11101111101001101001110011101011100010111011100111101011111110101001001101001111 | efa69ceb8bb9ebfa934f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)