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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 戊眤] | 1001010111101000111000011100000001011101 | 95e8e1c05d |
EUC-JP | 戊眤] | 1100101011101010111000101100001001011101 | caeae2c25d |
UTF-8 | 戊眤] | 11100110100010001000101011100111100111001010010001011101 | e6888ae79ca45d |
UHC | 戊?] | 11011001111001100011111101011101 | d9e63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)