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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 楓刊 | 10010101100101101000101010100111 | 95968aa7 |
EUC-JP | 楓刊 | 11001001111101101011010010101001 | c9f6b4a9 |
UTF-8 | 楓刊 | 111001101010010110010011111001011000100010001010 | e6a593e5888a |
UHC | 楓刊 | 11111001101000111100101011001010 | f9a3caca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)