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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | セセ昇アh | 1011111010111110100011111011100011110111100011101011000101101000 | bebe8fb8f78eb168 |
EUC-JP | セセ昇?アh | 10001110101111101000111010111110101111101011101000111111100011101011000101101000 | 8ebe8ebebeba3f8eb168 |
UTF-8 | セセ昇アh | 11101111101111011011111011101111101111011011111011100110100110001000011111101110100101011011000111101111101111011011000101101000 | efbdbeefbdbee69887ee95b1efbdb168 |
UHC | ??昇??h | 00111111001111111110001110110000001111110011111101101000 | 3f3fe3b03f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)