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 | 楹? | 100111101011000100111111 | 9eb13f |
EUC-JP | 楹? | 110111001011001100111111 | dcb33f |
UTF-8 | 楹㏂ | 111001101010010110111001111000111000111110000010 | e6a5b9e38f82 |
UHC | 楹㏂ | 11100111101100111010001011100011 | e7b3a2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)