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ç | 11100111100001111000111001000011111001111000110110010010 | e7878e43e78d92 |
SJIS-WIN | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
EUC-JP | ç??Cç?? | 1000111110101011101011100011111100111111010000111000111110101011101011100011111100111111 | 8fabae3f3f438fabae3f3f |
UTF-8 | çCç | 11000011101001111100001010000111110000101000111001000011110000111010011111000010100011011100001010010010 | c3a7c287c28e43c3a7c28dc292 |
UHC | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)