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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 操?^ | 10010001100000000011111101011110 | 91803f5e |
EUC-JP | 操?^ | 11000001111000000011111101011110 | c1e03f5e |
UTF-8 | 操샬^ | 11100110100100111000110111101100100000111010110001011110 | e6938dec83ac5e |
UHC | 操샬^ | 1111000011000011101111001010001101011110 | f0c3bca35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)