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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闍」豌エ隴 | 1110100010001011101000111110011010110000101101001110100010101101 | e88ba3e6b0b4e8ad |
EUC-JP | 闍」豌エ隴 | 11101111111010111000111010100011111011001011001010001110101101001111000010101111 | efeb8ea3ecb28eb4f0af |
UTF-8 | 闍」豌エ隴 | 111010011001011110001101111011111011110110100011111010001011000110001100111011111011110110110100111010011001101010110100 | e9978defbda3e8b18cefbdb4e99ab4 |
UHC | ??豌?? | 001111110011111111101000110101010011111100111111 | 3f3fe8d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)