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 | 11100010101011100101100111100010101011100110001001101110011011110100001001000110 | e2ae59e2ae626e6f4246 |
EUC-JP | 箘Y箘bnoBF | 11100100101100000101100111100100101100000110001001101110011011110100001001000110 | e4b059e4b0626e6f4246 |
UTF-8 | 箘Y箘bnoBF | 111001111010111010011000010110011110011110101110100110000110001001101110011011110100001001000110 | e7ae9859e7ae98626e6f4246 |
UHC | ?Y?bnoBF | 0011111101011001001111110110001001101110011011110100001001000110 | 3f593f626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)