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 | ?k | 0011111101101011 | 3f6b |
SJIS-WIN | ?k | 0011111101101011 | 3f6b |
EUC-JP | 珹k | 10001111110010111111101101101011 | 8fcbfb6b |
UTF-8 | 珹k | 11100111100011111011100101101011 | e78fb96b |
UHC | 珹k | 111000001111101101101011 | e0fb6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)