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 | 柴釈 | 100011101100010011110010110010111000111011011111 | 8ec4f2cb8edf |
EUC-JP | 柴?釈 | 1011110011000110001111111011110011100001 | bcc63fbce1 |
UTF-8 | 柴釈 | 111001101001111110110100111011101000100010000010111010011000011110001000 | e69fb4ee8882e98788 |
UHC | 柴?? | 11100011110000110011111100111111 | e3c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)