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 | íôÂí¶½ | 111011011111010011000010111011011011011010111101 | edf4c2edb6bd |
SJIS-WIN | ????¶? | 00111111001111110011111100111111100000011111011100111111 | 3f3f3f3f81f73f |
EUC-JP | íôÂí¶? | 100011111010101110111111100011111010101111010100100011111010101010100100100011111010101110111111101000101111100100111111 | 8fabbf8fabd48faaa48fabbfa2f93f |
UTF-8 | íôÂí¶½ | 110000111010110111000011101101001100001110000010110000111010110111000010101101101100001010111101 | c3adc3b4c382c3adc2b6c2bd |
UHC | ????¶½ | 0011111100111111001111110011111110100010110100101010100011110110 | 3f3f3f3fa2d2a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)