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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 擘o椰 | 100111011010010010000010100011111001111010111101 | 9da4828f9ebd |
EUC-JP | 擘o椰 | 110110101010011010100011111011111101110010111111 | daa6a3efdcbf |
UTF-8 | 擘o椰 | 111001101001001110011000111011111011110110001111111001101010010010110000 | e69398efbd8fe6a4b0 |
UHC | 擘o椰 | 110110111111101110100011111011111110010110101011 | dbfba3efe5ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)