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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?絶 | 001111111001000011100010 | 3f90e2 |
EUC-JP | ?絶 | 001111111100000011100100 | 3fc0e4 |
UTF-8 | 롚絶 | 111010111010000110011010111001111011010110110110 | eba19ae7b5b6 |
UHC | 롚絶 | 10001110110111101110111110111110 | 8edeefbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)