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 | 泄?}泄?{^ | 100111111001010100111111011111011001111110010101001111110111101101011110 | 9f953f7d9f953f7b5e |
EUC-JP | 泄?}泄?{^ | 110111011111010100111111011111011101110111110101001111110111101101011110 | ddf53f7dddf53f7b5e |
UTF-8 | 泄뾑}泄뾑{^ | 111001101011001110000100111010111011111010010001011111011110011010110011100001001110101110111110100100010111101101011110 | e6b384ebbe917de6b384ebbe917b5e |
UHC | 泄뾑}泄뾑{^ | 1110000011011100100101110100111101111101111000001101110010010111010011110111101101011110 | e0dc974f7de0dc974f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)