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 | 箚[箚[^ | 11100010101100100101101111100010101100100101101101011110 | e2b25be2b25b5e |
EUC-JP | 箚[箚[^ | 11100100101101000101101111100100101101000101101101011110 | e4b45be4b45b5e |
UTF-8 | 箚[箚[^ | 111001111010111010011010010110111110011110101110100110100101101101011110 | e7ae9a5be7ae9a5b5e |
UHC | 箚[箚[^ | 11110011101100000101101111110011101100000101101101011110 | f3b05bf3b05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)