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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 議?\}議?\{^ | 1000101101100011001111110101110001111101100010110110001100111111010111000111101101011110 | 8b633f5c7d8b633f5c7b5e |
EUC-JP | 議?\}議?\{^ | 1011010111000100001111110101110001111101101101011100010000111111010111000111101101011110 | b5c43f5c7db5c43f5c7b5e |
UTF-8 | 議튚\}議튚\{^ | 1110100010101101101100001110110110001010100110100101110001111101111010001010110110110000111011011000101010011010010111000111101101011110 | e8adb0ed8a9a5c7de8adb0ed8a9a5c7b5e |
UHC | 議튚\}議튚\{^ | 11101100101000011011101001001011010111000111110111101100101000011011101001001011010111000111101101011110 | eca1ba4b5c7deca1ba4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)