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 | セュ社セュ | 101111101010110110001110110100001011111010101101 | bead8ed0bead |
EUC-JP | セュ社セュ | 10001110101111101000111010101101101111001101001010001110101111101000111010101101 | 8ebe8eadbcd28ebe8ead |
UTF-8 | セュ社セュ | 111011111011110110111110111011111011110110101101111001111010010010111110111011111011110110111110111011111011110110101101 | efbdbeefbdade7a4beefbdbeefbdad |
UHC | ??社?? | 001111110011111111011110111001000011111100111111 | 3f3fdee43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)