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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | ??啞^ | 001111110011111110001111101101011110000001011110 | 3f3f8fb5e05e |
UTF-8 | 卨蟬啞^ | 11100101100011011010100011101000100111111010110011100101100101011001111001011110 | e58da8e89face5959e5e |
UHC | 卨蟬啞^ | 11100000110110011110000011010001111001001010111101011110 | e0d9e0d1e4af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)