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 | ÖÛNÖ | 11010110110110110100111011010110 | d6db4ed6 |
SJIS-WIN | ??N? | 00111111001111110100111000111111 | 3f3f4e3f |
EUC-JP | ÖÛNÖ | 10001111101010101101001110001111101010101110010101001110100011111010101011010011 | 8faad38faae54e8faad3 |
UTF-8 | ÖÛNÖ | 11000011100101101100001110011011010011101100001110010110 | c396c39b4ec396 |
UHC | ??N? | 00111111001111110100111000111111 | 3f3f4e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)