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 | Ìƨí | 11001100110001101010100011101101 | ccc6a8ed |
SJIS-WIN | ??¨? | 0011111100111111100000010100111000111111 | 3f3f814e3f |
EUC-JP | Ìƨí | 1000111110101010110000001000111110101001101000011010000110101111100011111010101110111111 | 8faac08fa9a1a1af8fabbf |
UTF-8 | Ìƨí | 1100001110001100110000111000011011000010101010001100001110101101 | c38cc386c2a8c3ad |
UHC | ?ƨ? | 001111111010100010100001101000011010011100111111 | 3fa8a1a1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)