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 | ????AB | 001111110011111100111111001111110100000101000010 | 3f3f3f3f4142 |
SJIS-WIN | 染?染?AB | 1001000011110101001111111001000011110101001111110100000101000010 | 90f53f90f53f4142 |
EUC-JP | 染?染?AB | 1100000011110111001111111100000011110111001111110100000101000010 | c0f73fc0f73f4142 |
UTF-8 | 染샬染섐AB | 1110011010011111100100111110110010000011101011001110011010011111100100111110110010000100100100000100000101000010 | e69f93ec83ace69f93ec84904142 |
UHC | 染샬染섐AB | 11100110111110001011110010100011111001101111100010111100101010110100000101000010 | e6f8bca3e6f8bcab4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)