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 | âGo | 111000100100011101101111 | e2476f |
SJIS-WIN | ?Go | 001111110100011101101111 | 3f476f |
EUC-JP | âGo | 1000111110101011101001000100011101101111 | 8faba4476f |
UTF-8 | âGo | 11000011101000100100011101101111 | c3a2476f |
UHC | ?Go | 001111110100011101101111 | 3f476f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)