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