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 | 跚セ辷サ踟 | 1110011011100111101111101110011110001000101110111110011011110111 | e6e7bee788bbe6f7 |
EUC-JP | 跚セ辷サ踟 | 11101100111010011000111010111110111011011110100010001110101110111110110011111001 | ece98ebeede88ebbecf9 |
UTF-8 | 跚セ辷サ踟 | 111010001011011110011010111011111011110110111110111010001011111010110111111011111011110110111011111010001011100010011111 | e8b79aefbdbee8beb7efbdbbe8b89f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)