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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 盪倆霪 | 111000011011100110011000111011011110100011000100 | e1b998ede8c4 |
EUC-JP | 盪倆霪 | 111000101011101111010000111011111111000011000110 | e2bbd0eff0c6 |
UTF-8 | 盪倆霪 | 111001111001101110101010111001011000000010000110111010011001110010101010 | e79baae58086e99caa |
UHC | ?倆? | 00111111110101011101011000111111 | 3fd5d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)