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 | 卵[卵[^ | 10010111100100010101101110010111100100010101101101011110 | 97915b97915b5e |
EUC-JP | 卵[卵[^ | 11001101111100010101101111001101111100010101101101011110 | cdf15bcdf15b5e |
UTF-8 | 卵[卵[^ | 111001011000110110110101010110111110010110001101101101010101101101011110 | e58db55be58db55b5e |
UHC | 卵[卵[^ | 11010101101100000101101111010101101100000101101101011110 | d5b05bd5b05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)