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 | µCá | 100110101011010110011000010000111110000110011011 | 9ab59843e19b |
SJIS-WIN | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
EUC-JP | ???Cá? | 0011111100111111001111110100001110001111101010111010000100111111 | 3f3f3f438faba13f |
UTF-8 | µCá | 1100001010011010110000101011010111000010100110000100001111000011101000011100001010011011 | c29ac2b5c29843c3a1c29b |
UHC | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)