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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | 珈篋w珈篋w^ | 1110000011011011111000101011100001110111111000001101101111100010101110000111011101011110 | e0dbe2b877e0dbe2b8775e |
EUC-JP | 珈篋w珈篋w^ | 1110000011011101111001001011101001110111111000001101110111100100101110100111011101011110 | e0dde4ba77e0dde4ba775e |
UTF-8 | 珈篋w珈篋w^ | 111001111000111110001000111001111010111110001011011101111110011110001111100010001110011110101111100010110111011101011110 | e78f88e7af8b77e78f88e7af8b775e |
UHC | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)