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 | 001111110011111110000111100100110011111110010011010001000011111101000001 | 3f3f87933f93443f41 |
| EUC-JP | ????泥?A | 0011111100111111001111110011111111000101101001010011111101000001 | 3f3f3f3fc5a53f41 |
| UTF-8 | 룶퓦∮룶泥튀A | 11101011101000111011011011101101100100111010011011100010100010001010111011101011101000111011011011100110101100111010010111101101100010101000000001000001 | eba3b6ed93a6e288aeeba3b6e6b3a5ed8a8041 |
| UHC | 룶퓦∮룶泥튀A | 10001111101010111011111110001111101000101011000110001111101010111101001011111010110001101010001001000001 | 8fabbf8fa2b18fabd2fac6a241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)