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 | CºyCºyB | 1001001001000011100100011011101001111001100100100100001110010001101110100111100101000010 | 924391ba79924391ba7942 |
SJIS-WIN | ?C??y?C??yB | 0011111101000011001111110011111101111001001111110100001100111111001111110111100101000010 | 3f433f3f793f433f3f7942 |
EUC-JP | ?C?ºy?C?ºyB | 001111110100001100111111100011111010001011101011011110010011111101000011001111111000111110100010111010110111100101000010 | 3f433f8fa2eb793f433f8fa2eb7942 |
UTF-8 | CºyCºyB | 1100001010010010010000111100001010010001110000101011101001111001110000101001001001000011110000101001000111000010101110100111100101000010 | c29243c291c2ba79c29243c291c2ba7942 |
UHC | ?C?ºy?C?ºyB | 00111111010000110011111110101000101011000111100100111111010000110011111110101000101011000111100101000010 | 3f433fa8ac793f433fa8ac7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)