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 | 遘サ驢ア | 111001111010011110111011111010011000011010110001 | e7a7bbe986b1 |
EUC-JP | 遘サ驢ア | 1110111010101001100011101011101111110001111001101000111010110001 | eea98ebbf1e68eb1 |
UTF-8 | 遘サ驢ア | 111010011000000110011000111011111011110110111011111010011010100110100010111011111011110110110001 | e98198efbdbbe9a9a2efbdb1 |
UHC | ??驢? | 0011111100111111110101011111000000111111 | 3f3fd5f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)