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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???愕?^ | 00111111001111110011111110011100101100010011111101011110 | 3f3f3f9cb13f5e |
EUC-JP | ???愕?^ | 00111111001111110011111111011000101100110011111101011110 | 3f3f3fd8b33f5e |
UTF-8 | 뤶체킃愕섦^ | 11101011101001001011011011101100101100101011010011101101100000101000001111100110100001001001010111101100100001001010011001011110 | eba4b6ecb2b4ed8283e68495ec84a65e |
UHC | 뤶체킃愕섦^ | 1000111111100100110000111011110010110100100011111110010011000011101111001011010001011110 | 8fe4c3bcb48fe4c3bcb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)