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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 讓[讓[^ | 11100110101010000101101111100110101010000101101101011110 | e6a85be6a85b5e |
EUC-JP | 讓[讓[^ | 11101100101010100101101111101100101010100101101101011110 | ecaa5becaa5b5e |
UTF-8 | 讓[讓[^ | 111010001010111010010011010110111110100010101110100100110101101101011110 | e8ae935be8ae935b5e |
UHC | 讓[讓[^ | 11100101110100110101101111100101110100110101101101011110 | e5d35be5d35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)