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 | ∽∵}∽∵{^ | 1000000111100100100000011110011001111101100000011110010010000001111001100111101101011110 | 81e481e67d81e481e67b5e |
EUC-JP | ∽∵}∽∵{^ | 1010001011100110101000101110100001111101101000101110011010100010111010000111101101011110 | a2e6a2e87da2e6a2e87b5e |
UTF-8 | ∽∵}∽∵{^ | 111000101000100010111101111000101000100010110101011111011110001010001000101111011110001010001000101101010111101101011110 | e288bde288b57de288bde288b57b5e |
UHC | ∽∵}∽∵{^ | 1010000111101111101000011111000101111101101000011110111110100001111100010111101101011110 | a1efa1f17da1efa1f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)