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 | ???Q^ | 0011111100111111001111110101000101011110 | 3f3f3f515e |
SJIS-WIN | ?⇒濯Q^ | 00111111100000011100101110010001111100110101000101011110 | 3f81cb91f3515e |
EUC-JP | ?⇒濯Q^ | 00111111101000101100110111000010111101010101000101011110 | 3fa2cdc2f5515e |
UTF-8 | 룶⇒濯Q^ | 1110101110100011101101101110001010000111100100101110011010111111101011110101000101011110 | eba3b6e28792e6bfaf515e |
UHC | 룶⇒濯Q^ | 1000111110101011101000101010000111110110111110110101000101011110 | 8faba2a1f6fb515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)