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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セャ煮礁ウ^ | 1011111010101100100011101100111110001111110010101011001101011110 | beac8ecf8fcab35e |
EUC-JP | セャ煮礁ウ^ | 1000111010111110100011101010110010111100110100011011111011001100100011101011001101011110 | 8ebe8eacbcd1becc8eb35e |
UTF-8 | セャ煮礁ウ^ | 11101111101111011011111011101111101111011010110011100111100001011010111011100111101001001000000111101111101111011011001101011110 | efbdbeefbdace785aee7a481efbdb35e |
UHC | ??煮礁?^ | 0011111100111111111011011011010011110101101001110011111101011110 | 3f3fedb4f5a73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)