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ä | 10010110010000111110010010010110 | 9643e496 |
SJIS-WIN | ?C?? | 00111111010000110011111100111111 | 3f433f3f |
EUC-JP | ?Cä? | 001111110100001110001111101010111010001100111111 | 3f438faba33f |
UTF-8 | Cä | 11000010100101100100001111000011101001001100001010010110 | c29643c3a4c296 |
UHC | ?C?? | 00111111010000110011111100111111 | 3f433f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)