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 | 隣?}隣?{^ | 100101111101011100111111011111011001011111010111001111110111101101011110 | 97d73f7d97d73f7b5e |
EUC-JP | 隣?}隣?{^ | 110011101101100100111111011111011100111011011001001111110111101101011110 | ced93f7dced93f7b5e |
UTF-8 | 隣윽}隣윽{^ | 111010011001101010100011111011001001110010111101011111011110100110011010101000111110110010011100101111010111101101011110 | e99aa3ec9cbd7de99aa3ec9cbd7b5e |
UHC | 隣윽}隣윽{^ | 1101011111110110110000001011100101111101110101111111011011000000101110010111101101011110 | d7f6c0b97dd7f6c0b97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)