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 | ?源}?源{^ | 001111111000110010111001011111010011111110001100101110010111101101011110 | 3f8cb97d3f8cb97b5e |
EUC-JP | ?源}?源{^ | 001111111011100010111011011111010011111110111000101110110111101101011110 | 3fb8bb7d3fb8bb7b5e |
UTF-8 | 죡源}죡源{^ | 111011001010001110100001111001101011101010010000011111011110110010100011101000011110011010111010100100000111101101011110 | eca3a1e6ba907deca3a1e6ba907b5e |
UHC | 죡源}죡源{^ | 1100000111010011111010101011100101111101110000011101001111101010101110010111101101011110 | c1d3eab97dc1d3eab97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)