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 | ?換 | 001111111000101010110111 | 3f8ab7 |
EUC-JP | ?換 | 001111111011010010111001 | 3fb4b9 |
UTF-8 | 룿換 | 111010111010001110111111111001101000111110011011 | eba3bfe68f9b |
UHC | 룿換 | 10001111101100001111110010110101 | 8fb0fcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)