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 | 軒雲}軒雲{^ | 1000110010101100100010010101111101111101100011001010110010001001010111110111101101011110 | 8cac895f7d8cac895f7b5e |
EUC-JP | 軒雲}軒雲{^ | 1011100010101110101100011100000001111101101110001010111010110001110000000111101101011110 | b8aeb1c07db8aeb1c07b5e |
UTF-8 | 軒雲}軒雲{^ | 111010001011101110010010111010011001101110110010011111011110100010111011100100101110100110011011101100100111101101011110 | e8bb92e99bb27de8bb92e99bb27b5e |
UHC | 軒雲}軒雲{^ | 1111101011001101111010101010001101111101111110101100110111101010101000110111101101011110 | facdeaa37dfacdeaa37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)