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 | 暗?}暗?{^ | 100010001100001100111111011111011000100011000011001111110111101101011110 | 88c33f7d88c33f7b5e |
EUC-JP | 暗?}暗?{^ | 101100001100010100111111011111011011000011000101001111110111101101011110 | b0c53f7db0c53f7b5e |
UTF-8 | 暗쬷}暗쬷{^ | 111001101001101010010111111011001010110010110111011111011110011010011010100101111110110010101100101101110111101101011110 | e69a97ecacb77de69a97ecacb77b5e |
UHC | 暗쬷}暗쬷{^ | 1110010011011110101001110110111001111101111001001101111010100111011011100111101101011110 | e4dea76e7de4dea76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)