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 | 杢貉}杢貉{^ | 1001011011011011111001101011100101111101100101101101101111100110101110010111101101011110 | 96dbe6b97d96dbe6b97b5e |
EUC-JP | 杢貉}杢貉{^ | 1100110011011101111011001011101101111101110011001101110111101100101110110111101101011110 | ccddecbb7dccddecbb7b5e |
UTF-8 | 杢貉}杢貉{^ | 111001101001110110100010111010001011001010001001011111011110011010011101101000101110100010110010100010010111101101011110 | e69da2e8b2897de69da2e8b2897b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)