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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 竣???h竣 | 1000111101110110001111110011111100111111011010001000111101110110 | 8f763f3f3f688f76 |
EUC-JP | 竣???h竣 | 1011110111010111001111110011111100111111011010001011110111010111 | bdd73f3f3f68bdd7 |
UTF-8 | 竣뀜렰렭h竣 | 11100111101010111010001111101011100000001001110011101011101000001011000011101011101000001010110101101000111001111010101110100011 | e7aba3eb809ceba0b0eba0ad68e7aba3 |
UHC | 竣뀜렰렭h竣 | 1111000111100010101100101111000110001110101111011000111010111010011010001111000111100010 | f1e2b2f18ebd8eba68f1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)