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 | 橡?}橡?{^ | 100100111100100100111111011111011001001111001001001111110111101101011110 | 93c93f7d93c93f7b5e |
EUC-JP | 橡?}橡?{^ | 110001101100101100111111011111011100011011001011001111110111101101011110 | c6cb3f7dc6cb3f7b5e |
UTF-8 | 橡엩}橡엩{^ | 111001101010100110100001111011001001011110101001011111011110011010101001101000011110110010010111101010010111101101011110 | e6a9a1ec97a97de6a9a1ec97a97b5e |
UHC | 橡엩}橡엩{^ | 1101111111001110100111101000001001111101110111111100111010011110100000100111101101011110 | dfce9e827ddfce9e827b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)