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 | 豎ュ譁シ | 111001101011000110101101111001101001011010111100 | e6b1ade696bc |
EUC-JP | 豎ュ譁シ | 1110110010110011100011101010110111101011111101101000111010111100 | ecb38eadebf68ebc |
UTF-8 | 豎ュ譁シ | 111010001011000110001110111011111011110110101101111010001010110110000001111011111011110110111100 | e8b18eefbdade8ad81efbdbc |
UHC | ??譁? | 0011111100111111111111001010011000111111 | 3f3ffca63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)