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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | ニレ[ | 110001101101101001011011 | c6da5b |
EUC-JP | ニレ[ | 1000111011000110100011101101101001011011 | 8ec68eda5b |
UTF-8 | ニレ[ | 11101111101111101000011011101111101111101001101001011011 | efbe86efbe9a5b |
UHC | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)