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 | 鍮?\}鍮?\{^ | 1110100001001010001111110101110001111101111010000100101000111111010111000111101101011110 | e84a3f5c7de84a3f5c7b5e |
EUC-JP | 鍮?\}鍮?\{^ | 1110111110101011001111110101110001111101111011111010101100111111010111000111101101011110 | efab3f5c7defab3f5c7b5e |
UTF-8 | 鍮쟇\}鍮쟇\{^ | 1110100110001101101011101110110010011111100001110101110001111101111010011000110110101110111011001001111110000111010111000111101101011110 | e98daeec9f875c7de98daeec9f875c7b5e |
UHC | 鍮쟇\}鍮쟇\{^ | 11101011101110011010000001001011010111000111110111101011101110011010000001001011010111000111101101011110 | ebb9a04b5c7debb9a04b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)