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 | íÙíÙ^ | 100100101110110110011110110110011001001011101101100111101101100101011110 | 92ed9ed992ed9ed95e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?í?Ù?í?Ù^ | 0011111110001111101010111011111100111111100011111010101011100011001111111000111110101011101111110011111110001111101010101110001101011110 | 3f8fabbf3f8faae33f8fabbf3f8faae35e |
UTF-8 | íÙíÙ^ | 1100001010010010110000111010110111000010100111101100001110011001110000101001001011000011101011011100001010011110110000111001100101011110 | c292c3adc29ec399c292c3adc29ec3995e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)