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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 淋㏃쭬梨숈굅e^ | 1110111110100111101101011110001110001111100000111110110010101101101011001110111110100111101000101110110010001000100010001110101010110101100001010110010101011110 | efa7b5e38f83ecadacefa7a2ec8888eab585655e |
UHC | 淋㏃쭬梨숈굅e^ | 1110110011111000101001111110110010100111101000001110110010110001100110011110110010110001101100000110010101011110 | ecf8a7eca7a0ecb199ecb1b0655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)