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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 顆溷沮I | 11101000111101111001111111100101100111111001110001001001 | e8f79fe59f9c49 |
EUC-JP | 顆溷沮I | 11110000111110011101111011100111110111011111110001001001 | f0f9dee7ddfc49 |
UTF-8 | 顆溷沮I | 11101001101000011000011011100110101110101011011111100110101100101010111001001001 | e9a186e6bab7e6b2ae49 |
UHC | 顆?沮I | 110011101010100000111111111011101100000101001001 | cea83feec149 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)