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ÓüC^ | 110100111010110111111100010000111101001110101101111111000100001101011110 | d3adfc43d3adfc435e |
SJIS-WIN | ???C???C^ | 001111110011111100111111010000110011111100111111001111110100001101011110 | 3f3f3f433f3f3f435e |
EUC-JP | Ó?üCÓ?üC^ | 1000111110101010110100010011111110001111101010111110010001000011100011111010101011010001001111111000111110101011111001000100001101011110 | 8faad13f8fabe4438faad13f8fabe4435e |
UTF-8 | ÓüCÓüC^ | 110000111001001111000010101011011100001110111100010000111100001110010011110000101010110111000011101111000100001101011110 | c393c2adc3bc43c393c2adc3bc435e |
UHC | ??C??C^ | 0011111110100001101010010011111101000011001111111010000110101001001111110100001101011110 | 3fa1a93f433fa1a93f435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)