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 | »ù¾ïÓî^ | 1000111110111011111110011011111011101111110100111110111001011110 | 8fbbf9beefd3ee5e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ??ù?ïÓî^ | 00111111001111111000111110101011111000110011111110001111101010111100000110001111101010101101000110001111101010111100001001011110 | 3f3f8fabe33f8fabc18faad18fabc25e |
UTF-8 | »ù¾ïÓî^ | 110000101000111111000010101110111100001110111001110000101011111011000011101011111100001110010011110000111010111001011110 | c28fc2bbc3b9c2bec3afc393c3ae5e |
UHC | ???¾???^ | 001111110011111100111111101010001111101000111111001111110011111101011110 | 3f3f3fa8fa3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)