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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 靹\}靹\{^ | 11110000110000001110100011010110010111000111110111110000110000001110100011010110010111000111101101011110 | f0c0e8d65c7df0c0e8d65c7b5e |
EUC-JP | ?靹\}?靹\{^ | 0011111111110000110110000101110001111101001111111111000011011000010111000111101101011110 | 3ff0d85c7d3ff0d85c7b5e |
UTF-8 | 靹\}靹\{^ | 1110111010000001101111111110100110011101101110010101110001111101111011101000000110111111111010011001110110111001010111000111101101011110 | ee81bfe99db95c7dee81bfe99db95c7b5e |
UHC | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)