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 | ä»Âí²Äo | 1000111111100100101110111100001011101101101100101100010001101111 | 8fe4bbc2edb2c46f |
SJIS-WIN | ???????o | 0011111100111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f3f6f |
EUC-JP | ?ä?Âí?Äo | 00111111100011111010101110100011001111111000111110101010101001001000111110101011101111110011111110001111101010101010001101101111 | 3f8faba33f8faaa48fabbf3f8faaa36f |
UTF-8 | ä»Âí²Äo | 110000101000111111000011101001001100001010111011110000111000001011000011101011011100001010110010110000111000010001101111 | c28fc3a4c2bbc382c3adc2b2c3846f |
UHC | ?????²?o | 001111110011111100111111001111110011111110101001111101110011111101101111 | 3f3f3f3f3fa9f73f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)