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 | 甸??^ | 1001100110110010001111110011111101011110 | 99b23f3f5e |
EUC-JP | 甸??^ | 1101001010110100001111110011111101011110 | d2b43f3f5e |
UTF-8 | 甸뀄뿨^ | 11100111100101001011100011101011100000001000010011101011101111111010100001011110 | e794b8eb8084ebbfa85e |
UHC | 甸뀄뿨^ | 11101111101001001011001011101101100101111010100001011110 | efa4b2ed97a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)