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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 釘私憑^ | 10010011010000101000111010000100100111001101111101011110 | 93428e849cdf5e |
EUC-JP | 釘私憑^ | 11000101101000111011101111100100110110001110000101011110 | c5a3bbe4d8e15e |
UTF-8 | 釘私憑^ | 11101001100001111001100011100111101001111000000111100110100001101001000101011110 | e98798e7a781e686915e |
UHC | 釘私憑^ | 11101111111110011101111011100111110111101011101101011110 | eff9dee7debb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)