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 | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-WIN | 辷ソY辷ソbnoBF | 111001111000100010111111010110011110011110001000101111110110001001101110011011110100001001000110 | e788bf59e788bf626e6f4246 |
EUC-JP | 辷ソY辷ソbnoBF | 1110110111101000100011101011111101011001111011011110100010001110101111110110001001101110011011110100001001000110 | ede88ebf59ede88ebf626e6f4246 |
UTF-8 | 辷ソY辷ソbnoBF | 111010001011111010110111111011111011110110111111010110011110100010111110101101111110111110111101101111110110001001101110011011110100001001000110 | e8beb7efbdbf59e8beb7efbdbf626e6f4246 |
UHC | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)