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 | 鴪宍昌ッ識 | 111010011111000010001110101100111000111110111001101011111000111010101111 | e9f08eb38fb9af8eaf |
EUC-JP | 鴪宍昌ッ識 | 11110010111100101011110010110101101111101011101110001110101011111011110010110001 | f2f2bcb5bebb8eafbcb1 |
UTF-8 | 鴪宍昌ッ識 | 111010011011010010101010111001011010111010001101111001101001100010001100111011111011110110101111111010001010110110011000 | e9b4aae5ae8de6988cefbdafe8ad98 |
UHC | ??昌?識 | 00111111001111111111001111100011001111111110001111011011 | 3f3ff3e33fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)