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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 殞浴^ | 1001111101101101100101111000000101011110 | 9f6d97815e |
EUC-JP | 殞浴^ | 1101110111001110110011011110000101011110 | ddcecde15e |
UTF-8 | 殞浴^ | 11100110101011101001111011100110101101011011010001011110 | e6ae9ee6b5b45e |
UHC | 殞浴^ | 1110100111111001111010011011000101011110 | e9f9e9b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)