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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 淨???俎?A | 100111111100010000111111001111110011111110011000110101110011111101000001 | 9fc43f3f3f98d73f41 |
| EUC-JP | 淨???俎?A | 110111101100011000111111001111110011111111010000110110010011111101000001 | dec63f3f3fd0d93f41 |
| UTF-8 | 淨렞渽렜俎렣A | 11100110101101111010100011101011101000001001111011100110101110001011110111101011101000001001110011100100101111111000111011101011101000001010001101000001 | e6b7a8eba09ee6b8bdeba09ce4bf8eeba0a341 |
| UHC | 淨렞渽렜俎렣A | 11101111111001001000111010101111111011101010101010001110101011101111000010111011100011101011010001000001 | efe48eafeeaa8eaef0bb8eb441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)