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 | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 一??A | 1000100011101010001111110011111101000001 | 88ea3f3f41 |
| EUC-JP | 一??A | 1011000011101100001111110011111101000001 | b0ec3f3f41 |
| UTF-8 | 一렯렦A | 11100100101110001000000011101011101000001010111111101011101000001010011001000001 | e4b880eba0afeba0a641 |
| UHC | 一렯렦A | 11101100111010011000111010111100100011101011010101000001 | ece98ebc8eb541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)