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 | hphp^ | 100011110110100010001111011100001000111101101000100011110111000001011110 | 8f688f708f688f705e |
SJIS-WIN | ?h?p?h?p^ | 001111110110100000111111011100000011111101101000001111110111000001011110 | 3f683f703f683f705e |
EUC-JP | ?h?p?h?p^ | 001111110110100000111111011100000011111101101000001111110111000001011110 | 3f683f703f683f705e |
UTF-8 | hphp^ | 11000010100011110110100011000010100011110111000011000010100011110110100011000010100011110111000001011110 | c28f68c28f70c28f68c28f705e |
UHC | ?h?p?h?p^ | 001111110110100000111111011100000011111101101000001111110111000001011110 | 3f683f703f683f705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)