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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蕘蕘[蕘蕘[^ | 1110010011111011111001001111101101011011111001001111101111100100111110110101101101011110 | e4fbe4fb5be4fbe4fb5b5e |
EUC-JP | 蕘蕘[蕘蕘[^ | 1110100011111101111010001111110101011011111010001111110111101000111111010101101101011110 | e8fde8fd5be8fde8fd5b5e |
UTF-8 | 蕘蕘[蕘蕘[^ | 111010001001010110011000111010001001010110011000010110111110100010010101100110001110100010010101100110000101101101011110 | e89598e895985be89598e895985b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)