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 | 旺碩}旺碩{^ | 1000100110100000100100001101011101111101100010011010000010010000110101110111101101011110 | 89a090d77d89a090d77b5e |
EUC-JP | 旺碩}旺碩{^ | 1011001010100010110000001101100101111101101100101010001011000000110110010111101101011110 | b2a2c0d97db2a2c0d97b5e |
UTF-8 | 旺碩}旺碩{^ | 111001101001011110111010111001111010001010101001011111011110011010010111101110101110011110100010101010010111101101011110 | e697bae7a2a97de697bae7a2a97b5e |
UHC | 旺碩}旺碩{^ | 1110100011011010111000001011010101111101111010001101101011100000101101010111101101011110 | e8dae0b57de8dae0b57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)