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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 豎、邊、B | 11100110101100011010010011100111101100101010010001000010 | e6b1a4e7b2a442 |
EUC-JP | 豎、邊、B | 111011001011001110001110101001001110111010110100100011101010010001000010 | ecb38ea4eeb48ea442 |
UTF-8 | 豎、邊、B | 11101000101100011000111011101111101111011010010011101001100000101000101011101111101111011010010001000010 | e8b18eefbda4e9828aefbda442 |
UHC | ??邊?B | 001111110011111111011100101010110011111101000010 | 3f3fdcab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)