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 | 軒?}軒?{^ | 100011001010110000111111011111011000110010101100001111110111101101011110 | 8cac3f7d8cac3f7b5e |
EUC-JP | 軒?}軒?{^ | 101110001010111000111111011111011011100010101110001111110111101101011110 | b8ae3f7db8ae3f7b5e |
UTF-8 | 軒쓍}軒쓍{^ | 111010001011101110010010111011001001001110001101011111011110100010111011100100101110110010010011100011010111101101011110 | e8bb92ec938d7de8bb92ec938d7b5e |
UHC | 軒쓍}軒쓍{^ | 1111101011001101100111010110100001111101111110101100110110011101011010000111101101011110 | facd9d687dfacd9d687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)