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 | 戊糘 | 10010101111010001110001011110010 | 95e8e2f2 |
EUC-JP | 戊糘 | 11001010111010101110010011110100 | caeae4f4 |
UTF-8 | 戊糘 | 111001101000100010001010111001111011001110011000 | e6888ae7b398 |
UHC | 戊? | 110110011110011000111111 | d9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)