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 | 贓磅}贓磅{^ | 1110011011011001111000011111101001111101111001101101100111100001111110100111101101011110 | e6d9e1fa7de6d9e1fa7b5e |
EUC-JP | 贓磅}贓磅{^ | 1110110011011011111000101111110001111101111011001101101111100010111111000111101101011110 | ecdbe2fc7decdbe2fc7b5e |
UTF-8 | 贓磅}贓磅{^ | 111010001011010010010011111001111010001110000101011111011110100010110100100100111110011110100011100001010111101101011110 | e8b493e7a3857de8b493e7a3857b5e |
UHC | 贓磅}贓磅{^ | 1110110111111100110110111011011001111101111011011111110011011011101101100111101101011110 | edfcdbb67dedfcdbb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)