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 | µVáw^ | 10011010101101011001110101010110111000010111011101011110 | 9ab59d56e1775e |
SJIS-WIN | ???V?w^ | 00111111001111110011111101010110001111110111011101011110 | 3f3f3f563f775e |
EUC-JP | ???Váw^ | 001111110011111100111111010101101000111110101011101000010111011101011110 | 3f3f3f568faba1775e |
UTF-8 | µVáw^ | 1100001010011010110000101011010111000010100111010101011011000011101000010111011101011110 | c29ac2b5c29d56c3a1775e |
UHC | ???V?w^ | 00111111001111110011111101010110001111110111011101011110 | 3f3f3f563f775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)