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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 暗?n}暗?n{^ | 1000100011000011001111110110111001111101100010001100001100111111011011100111101101011110 | 88c33f6e7d88c33f6e7b5e |
EUC-JP | 暗?n}暗?n{^ | 1011000011000101001111110110111001111101101100001100010100111111011011100111101101011110 | b0c53f6e7db0c53f6e7b5e |
UTF-8 | 暗빆n}暗빆n{^ | 1110011010011010100101111110101110111001100001100110111001111101111001101001101010010111111010111011100110000110011011100111101101011110 | e69a97ebb9866e7de69a97ebb9866e7b5e |
UHC | 暗빆n}暗빆n{^ | 11100100110111101001010110101101011011100111110111100100110111101001010110101101011011100111101101011110 | e4de95ad6e7de4de95ad6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)