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ºG² | 1001001001000011100100011011101010010010010001111001000110110010 | 924391ba924791b2 |
SJIS-WIN | ?C???G?? | 0011111101000011001111110011111100111111010001110011111100111111 | 3f433f3f3f473f3f |
EUC-JP | ?C?º?G?? | 00111111010000110011111110001111101000101110101100111111010001110011111100111111 | 3f433f8fa2eb3f473f3f |
UTF-8 | CºG² | 1100001010010010010000111100001010010001110000101011101011000010100100100100011111000010100100011100001010110010 | c29243c291c2bac29247c291c2b2 |
UHC | ?C?º?G?² | 00111111010000110011111110101000101011000011111101000111001111111010100111110111 | 3f433fa8ac3f473fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)