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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阮費ス磯浹 | 111010001001011010010100111011111011110110001000111010011001111110110011 | e89694efbd88e99fb3 |
EUC-JP | 阮費ス磯浹 | 11101111111101101100100011110001100011101011110110110000111010111101111010110101 | eff6c8f18ebdb0ebdeb5 |
UTF-8 | 阮費ス磯浹 | 111010011001100010101110111010001011001010111011111011111011110110111101111001111010001110101111111001101011010110111001 | e998aee8b2bbefbdbde7a3afe6b5b9 |
UHC | 阮費?磯浹 | 111010001101011011011110101010000011111111010001101101001111101011110100 | e8d6dea83fd1b4faf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)