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 | 巳? | 100101101010010000111111 | 96a43f |
EUC-JP | 巳? | 110011001010011000111111 | cca63f |
UTF-8 | 巳뤜 | 111001011011011110110011111010111010010010011100 | e5b7b3eba49c |
UHC | 巳뤜 | 11011110110100111000111111001011 | ded38fcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)