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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セキ釈赦 | 101111101011011110001110110111111000111011001101 | beb78edf8ecd |
EUC-JP | セキ釈赦 | 1000111010111110100011101011011110111100111000011011110011001111 | 8ebe8eb7bce1bccf |
UTF-8 | セキ釈赦 | 111011111011110110111110111011111011110110110111111010011000011110001000111010001011010110100110 | efbdbeefbdb7e98788e8b5a6 |
UHC | ???赦 | 0011111100111111001111111101111011110101 | 3f3f3fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)