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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | セョ硝メF | 101111101010111010001111110010011101001001000110 | beae8fc9d246 |
EUC-JP | セョ硝メF | 100011101011111010001110101011101011111011001011100011101101001001000110 | 8ebe8eaebecb8ed246 |
UTF-8 | セョ硝メF | 11101111101111011011111011101111101111011010111011100111101000011001110111101111101111101001001001000110 | efbdbeefbdaee7a19defbe9246 |
UHC | ??硝?F | 001111110011111111110101101001100011111101000110 | 3f3ff5a63f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)