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 | ?I???I??^ | 001111110100100100111111001111110011111101001001001111110011111101011110 | 3f493f3f3f493f3f5e |
SJIS-WIN | ?I???I??^ | 001111110100100100111111001111110011111101001001001111110011111101011110 | 3f493f3f3f493f3f5e |
EUC-JP | ?I???I??^ | 001111110100100100111111001111110011111101001001001111110011111101011110 | 3f493f3f3f493f3f5e |
UTF-8 | 뭑I묬뫁뭑I묬뫁^ | 111010111010110110010001010010011110101110101100101011001110101110101011100000011110101110101101100100010100100111101011101011001010110011101011101010111000000101011110 | ebad9149ebacacebab81ebad9149ebacacebab815e |
UHC | 뭑I묬뫁뭑I묬뫁^ | 100100100101100101001001100100100100001110010001101001011001001001011001010010011001001001000011100100011010010101011110 | 925949924391a5925949924391a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)