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 | 謇ソ豸ャ逑 | 1110011010001001101111111110011010110110101011001110011110010011 | e689bfe6b6ace793 |
EUC-JP | 謇ソ豸ャ逑 | 11101011111010011000111010111111111011001011100010001110101011001110110111110011 | ebe98ebfecb88eacedf3 |
UTF-8 | 謇ソ豸ャ逑 | 111010001010110010000111111011111011110110111111111010001011000110111000111011111011110110101100111010011000000010010001 | e8ac87efbdbfe8b1b8efbdace98091 |
UHC | ????逑 | 001111110011111100111111001111111100111111000111 | 3f3f3f3fcfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)