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 | ÆÚ[ | 110001101101101001011011 | c6da5b |
SJIS-WIN | ??[ | 001111110011111101011011 | 3f3f5b |
EUC-JP | ÆÚ[ | 10001111101010011010000110001111101010101110001001011011 | 8fa9a18faae25b |
UTF-8 | ÆÚ[ | 1100001110000110110000111001101001011011 | c386c39a5b |
UHC | Æ?[ | 10101000101000010011111101011011 | a8a13f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)