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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 地?\ | 10010010011011100011111101011100 | 926e3f5c |
EUC-JP | 地?\ | 11000011110011110011111101011100 | c3cf3f5c |
UTF-8 | 地렎\ | 11100101100111001011000011101011101000001000111001011100 | e59cb0eba08e5c |
UHC | 地렎\ | 1111001010100010100011101010010001011100 | f2a28ea45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)