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 | AµAV\ | 10010010010000011001000110110101100100100100000110010010010101101001001001011100 | 924191b592419256925c |
SJIS-WIN | ?A???A?V?\ | 00111111010000010011111100111111001111110100000100111111010101100011111101011100 | 3f413f3f3f413f563f5c |
EUC-JP | ?A???A?V?\ | 00111111010000010011111100111111001111110100000100111111010101100011111101011100 | 3f413f3f3f413f563f5c |
UTF-8 | AµAV\ | 11000010100100100100000111000010100100011100001010110101110000101001001001000001110000101001001001010110110000101001001001011100 | c29241c291c2b5c29241c29256c2925c |
UHC | ?A???A?V?\ | 00111111010000010011111100111111001111110100000100111111010101100011111101011100 | 3f413f3f3f413f563f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)