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 | 厭??^ | 1000100101111101001111110011111101011110 | 897d3f3f5e |
EUC-JP | 厭??^ | 1011000111011110001111110011111101011110 | b1de3f3f5e |
UTF-8 | 厭묎펺^ | 11100101100011101010110111101011101011001000111011101101100011101011101001011110 | e58eadebac8eed8eba5e |
UHC | 厭묎펺^ | 11100110111101001001000111101010101111001000101001011110 | e6f491eabc8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)