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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?т?^ | 0011111110000100100001000011111101011110 | 3f84843f5e |
EUC-JP | ?т?^ | 0011111110100111111001000011111101011110 | 3fa7e43f5e |
UTF-8 | 歷т퍟^ | 111011111010011010001100110100011000001011101101100011011001111101011110 | efa68cd182ed8d9f5e |
UHC | 歷т퍟^ | 11100110101110001010110011100100101110111001011001011110 | e6b8ace4bb965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)