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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | スロウ珣^ | 101111011101101110110011111110110110001101011110 | bddbb3fb635e |
EUC-JP | スロウ珣^ | 10001110101111011000111011011011100011101011001110001111110010111111010001011110 | 8ebd8edb8eb38fcbf45e |
UTF-8 | スロウ珣^ | 11101111101111011011110111101111101111101001101111101111101111011011001111100111100011111010001101011110 | efbdbdefbe9befbdb3e78fa35e |
UHC | ???珣^ | 001111110011111100111111111000101110100101011110 | 3f3f3fe2e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)