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 | ?Y?bnoBF | 0011111101011001001111110110001001101110011011110100001001000110 | 3f593f626e6f4246 |
SJIS-WIN | 繹Y繹bnoBF | 11100011100010000101100111100011100010000110001001101110011011110100001001000110 | e38859e388626e6f4246 |
EUC-JP | 繹Y繹bnoBF | 11100101111010000101100111100101111010000110001001101110011011110100001001000110 | e5e859e5e8626e6f4246 |
UTF-8 | 繹Y繹bnoBF | 111001111011100110111001010110011110011110111001101110010110001001101110011011110100001001000110 | e7b9b959e7b9b9626e6f4246 |
UHC | 繹Y繹bnoBF | 11100110101110100101100111100110101110100110001001101110011011110100001001000110 | e6ba59e6ba626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)