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 | 槽帙實 | 100100011000010110011011111000111001101110001001 | 91859be39b89 |
EUC-JP | 槽帙實 | 110000011110010111010110111001011101010111101001 | c1e5d6e5d5e9 |
UTF-8 | 槽帙實 | 111001101010011110111101111001011011100010011001111001011010111110100110 | e6a7bde5b899e5afa6 |
UHC | 槽帙實 | 111100001100101111110010111011011110001111111001 | f0cbf2ede3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)