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 | 鎖犲 | 10001101101111011110000010111010 | 8dbde0ba |
EUC-JP | 鎖犲 | 10111010101111111110000010111100 | babfe0bc |
UTF-8 | 鎖犲 | 111010011000111010010110111001111000101010110010 | e98e96e78ab2 |
UHC | 鎖? | 111000011111000000111111 | e1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)