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 | 塢?}塢?{^ | 100110101100011100111111011111011001101011000111001111110111101101011110 | 9ac73f7d9ac73f7b5e |
EUC-JP | 塢?}塢?{^ | 110101001100100100111111011111011101010011001001001111110111101101011110 | d4c93f7dd4c93f7b5e |
UTF-8 | 塢뎚}塢뎚{^ | 111001011010000110100010111010111000111010011010011111011110010110100001101000101110101110001110100110100111101101011110 | e5a1a2eb8e9a7de5a1a2eb8e9a7b5e |
UHC | 塢뎚}塢뎚{^ | 1110011111110001100010010110101101111101111001111111000110001001011010110111101101011110 | e7f1896b7de7f1896b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)