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 | A³LhA³L | 1001001001000001100100011011001101001100011010001001001001000001100100011011001101001100 | 924191b34c68924191b34c |
SJIS-WIN | ?A??Lh?A??L | 0011111101000001001111110011111101001100011010000011111101000001001111110011111101001100 | 3f413f3f4c683f413f3f4c |
EUC-JP | ?A??Lh?A??L | 0011111101000001001111110011111101001100011010000011111101000001001111110011111101001100 | 3f413f3f4c683f413f3f4c |
UTF-8 | A³LhA³L | 1100001010010010010000011100001010010001110000101011001101001100011010001100001010010010010000011100001010010001110000101011001101001100 | c29241c291c2b34c68c29241c291c2b34c |
UHC | ?A?³Lh?A?³L | 00111111010000010011111110101001111110000100110001101000001111110100000100111111101010011111100001001100 | 3f413fa9f84c683f413fa9f84c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)