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 | ù}ù}^ | 100111011111100110001111011111011001110111111001100011110111110101011110 | 9df98f7d9df98f7d5e |
SJIS-WIN | ???}???}^ | 001111110011111100111111011111010011111100111111001111110111110101011110 | 3f3f3f7d3f3f3f7d5e |
EUC-JP | ?ù?}?ù?}^ | 00111111100011111010101111100011001111110111110100111111100011111010101111100011001111110111110101011110 | 3f8fabe33f7d3f8fabe33f7d5e |
UTF-8 | ù}ù}^ | 110000101001110111000011101110011100001010001111011111011100001010011101110000111011100111000010100011110111110101011110 | c29dc3b9c28f7dc29dc3b9c28f7d5e |
UHC | ???}???}^ | 001111110011111100111111011111010011111100111111001111110111110101011110 | 3f3f3f7d3f3f3f7d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)