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 | 瓠[瓠[^ | 11100001010000000101101111100001010000000101101101011110 | e1405be1405b5e |
EUC-JP | 瓠[瓠[^ | 11100001101000010101101111100001101000010101101101011110 | e1a15be1a15b5e |
UTF-8 | 瓠[瓠[^ | 111001111001001110100000010110111110011110010011101000000101101101011110 | e793a05be793a05b5e |
UHC | 瓠[瓠[^ | 11111011110100100101101111111011110100100101101101011110 | fbd25bfbd25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)