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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 碇?袁 | 1001001011110100001111111110010111001101 | 92f43fe5cd |
EUC-JP | 碇?袁 | 1100010011110110001111111110101011001111 | c4f63feacf |
UTF-8 | 碇렮袁 | 111001111010001010000111111010111010000010101110111010001010001010000001 | e7a287eba0aee8a281 |
UHC | 碇렮袁 | 111011111110110110001110101110111110101010111110 | efed8ebbeabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)