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 | âPo | 111000100101000001101111 | e2506f |
SJIS-WIN | ?Po | 001111110101000001101111 | 3f506f |
EUC-JP | âPo | 1000111110101011101001000101000001101111 | 8faba4506f |
UTF-8 | âPo | 11000011101000100101000001101111 | c3a2506f |
UHC | ?Po | 001111110101000001101111 | 3f506f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)