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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 旗袮}旗袮{^ | 1000101011111000111001011101011101111101100010101111100011100101110101110111101101011110 | 8af8e5d77d8af8e5d77b5e |
EUC-JP | 旗袮}旗袮{^ | 1011010011111010111010101101100101111101101101001111101011101010110110010111101101011110 | b4faead97db4faead97b5e |
UTF-8 | 旗袮}旗袮{^ | 111001101001011110010111111010001010001010101110011111011110011010010111100101111110100010100010101011100111101101011110 | e69797e8a2ae7de69797e8a2ae7b5e |
UHC | 旗?}旗?{^ | 110100001111110100111111011111011101000011111101001111110111101101011110 | d0fd3f7dd0fd3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)