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 | 弱[弱[^ | 10001110111000110101101110001110111000110101101101011110 | 8ee35b8ee35b5e |
EUC-JP | 弱[弱[^ | 10111100111001010101101110111100111001010101101101011110 | bce55bbce55b5e |
UTF-8 | 弱[弱[^ | 111001011011110010110001010110111110010110111100101100010101101101011110 | e5bcb15be5bcb15b5e |
UHC | 弱[弱[^ | 11100101101100000101101111100101101100000101101101011110 | e5b05be5b05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)