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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | セ?貊 | 10111110001111111110011010111011 | be3fe6bb |
EUC-JP | セ尗貊 | 10001110101111101000111110111010111010101110110010111101 | 8ebe8fbaeaecbd |
UTF-8 | セ尗貊 | 111011111011110110111110111001011011000010010111111010001011001010001010 | efbdbee5b097e8b28a |
UHC | ??貊 | 00111111001111111101100011100111 | 3f3fd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)