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 | 膕鋤3臀 | 1110010001010001100011111001101110000010010100101110010001011100 | e4518f9b8252e45c |
| EUC-JP | 膕鋤3臀 | 1110011110110010101111011111101110100011101100111110011110111101 | e7b2bdfba3b3e7bd |
| UTF-8 | 膕鋤3臀 | 111010001000011010010101111010011000101110100100111011111011110010010011111010001000011110000000 | e88695e98ba4efbc93e88780 |
| UHC | ?鋤3臀 | 00111111111000001010011110100011101100111101010011101011 | 3fe0a7a3b3d4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)