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^ | 00111111001111110011111100111111001111110100100001011110 | 3f3f3f3f3f485e |
SJIS-WIN | ?????H^ | 00111111001111110011111100111111001111110100100001011110 | 3f3f3f3f3f485e |
EUC-JP | ?????H^ | 00111111001111110011111100111111001111110100100001011110 | 3f3f3f3f3f485e |
UTF-8 | 채짢혧챠혧H^ | 1110110010110001100001001110110010100111101000101110110110011000101001111110110010110001101000001110110110011000101001110100100001011110 | ecb184eca7a2ed98a7ecb1a0ed98a7485e |
UHC | 채짢혧챠혧H^ | 110000111010010011000010101010001100001010001111110000111010110111000010100011110100100001011110 | c3a4c2a8c28fc3adc28f485e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)