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 | 跫・萓ё | 11100110111011011010010111100100101111101000010001110110 | e6eda5e4be8476 |
EUC-JP | 跫・萓ё | 1110110011101111100011101010010111101000110000001010011111010111 | ecef8ea5e8c0a7d7 |
UTF-8 | 跫・萓ё | 1110100010110111101010111110111110111101101001011110100010010000100100111101000110010001 | e8b7abefbda5e89093d191 |
UHC | ???ё | 0011111100111111001111111010110011010111 | 3f3f3facd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)