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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 銑席^ | 1001000101001100100100001100100001011110 | 914c90c85e |
EUC-JP | 銑席^ | 1100000110101101110000001100101001011110 | c1adc0ca5e |
UTF-8 | 銑席^ | 11101001100010101001000111100101101110001010110101011110 | e98a91e5b8ad5e |
UHC | 銑席^ | 1110000011010101111000001010110001011110 | e0d5e0ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)