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 | 雜∝」悟 | 111010001011011010000001111001011010001110001100111001011111001010110100 | e8b681e5a38ce5f2b4 |
EUC-JP | 雜∝」悟? | 111100001011100010100010111001111000111010100011101110001110011100111111 | f0b8a2e78ea3b8e73f |
UTF-8 | 雜∝」悟 | 111010011001101110011100111000101000100010011101111011111011110110100011111001101000001010011111111011101000011110101011 | e99b9ce2889defbda3e6829fee87ab |
UHC | 雜∝?悟? | 1110110111011010101000011111000000111111111001111111011000111111 | eddaa1f03fe7f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)