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 | 褻南 | 11100101111101101001001111101100 | e5f693ec |
EUC-JP | 褻南 | 11101010111110001100011011101110 | eaf8c6ee |
UTF-8 | 褻南 | 111010001010010010111011111001011000110110010111 | e8a4bbe58d97 |
UHC | 褻南 | 11100000111000011101000111110101 | e0e1d1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)