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 | ?_ | 0011111101011111 | 3f5f |
SJIS-WIN | 奪_ | 100100100100010001011111 | 92445f |
EUC-JP | 奪_ | 110000111010010101011111 | c3a55f |
UTF-8 | 奪_ | 11100101101001011010101001011111 | e5a5aa5f |
UHC | 奪_ | 111101111010110001011111 | f7ac5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)