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 | ??鰲 | 00111111001111111110100111100000 | 3f3fe9e0 |
EUC-JP | ??鰲 | 00111111001111111111001011100010 | 3f3ff2e2 |
UTF-8 | 李落鰲 | 111011111010011110100001111011111010010010011000111010011011000010110010 | efa7a1efa498e9b0b2 |
UHC | 李落鰲 | 111011001011000011010001111001101110100010100111 | ecb0d1e6e8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)