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 | Ó¹FG | 11010011101110010100011001000111 | d3b94647 |
SJIS-WIN | ??FG | 00111111001111110100011001000111 | 3f3f4647 |
EUC-JP | Ó?FG | 100011111010101011010001001111110100011001000111 | 8faad13f4647 |
UTF-8 | Ó¹FG | 110000111001001111000010101110010100011001000111 | c393c2b94647 |
UHC | ?¹FG | 0011111110101001111101100100011001000111 | 3fa9f64647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)