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 | ホィェ釀ア | 110011101010100010101010111001111101010010110001 | cea8aae7d4b1 |
EUC-JP | ホィェ釀ア | 10001110110011101000111010101000100011101010101011101110110101101000111010110001 | 8ece8ea88eaaeed68eb1 |
UTF-8 | ホィェ釀ア | 111011111011111010001110111011111011110110101000111011111011110110101010111010011000011110000000111011111011110110110001 | efbe8eefbda8efbdaae98780efbdb1 |
UHC | ???釀? | 001111110011111100111111111001011101010000111111 | 3f3f3fe5d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)