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 | 暗뢜}暗뢜{^ | 111001101001101010010111111010111010001010011100011111011110011010011010100101111110101110100010100111000111101101011110 | e69a97eba29c7de69a97eba29c7b5e |
UHC | 暗뢜}暗뢜{^ | 1110010011011110100011110101011101111101111001001101111010001111010101110111101101011110 | e4de8f577de4de8f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)