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 | 1110100110000010101010001110010110101100100010110101010001000010 | e982a8e5ac8b5442 |
EUC-JP | 驍ィ螫亀B | 111100011110001010001110101010001110101010101110101101011011010101000010 | f1e28ea8eaaeb5b542 |
UTF-8 | 驍ィ螫亀B | 11101001101010011000110111101111101111011010100011101000100111101010101111100100101110101000000001000010 | e9a98defbda8e89eabe4ba8042 |
UHC | 驍???B | 111111011010010000111111001111110011111101000010 | fda43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)