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 | ?\ | 0011111101011100 | 3f5c |
SJIS-WIN | 蛟\ | 111001011000000001011100 | e5805c |
EUC-JP | 蛟\ | 111010011110000001011100 | e9e05c |
UTF-8 | 蛟\ | 11101000100110111001111101011100 | e89b9f5c |
UHC | 蛟\ | 110011101111000101011100 | cef15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)