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ÖÛ | 1101011011011011010011101101011011011011 | d6db4ed6db |
SJIS-WIN | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
EUC-JP | ÖÛNÖÛ | 10001111101010101101001110001111101010101110010101001110100011111010101011010011100011111010101011100101 | 8faad38faae54e8faad38faae5 |
UTF-8 | ÖÛNÖÛ | 110000111001011011000011100110110100111011000011100101101100001110011011 | c396c39b4ec396c39b |
UHC | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)