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 | ç}ç | 111001111001000110000100011111011110011110010001 | e791847de791 |
SJIS-WIN | ???}?? | 001111110011111100111111011111010011111100111111 | 3f3f3f7d3f3f |
EUC-JP | ç??}ç? | 10001111101010111010111000111111001111110111110110001111101010111010111000111111 | 8fabae3f3f7d8fabae3f |
UTF-8 | ç}ç | 1100001110100111110000101001000111000010100001000111110111000011101001111100001010010001 | c3a7c291c2847dc3a7c291 |
UHC | ???}?? | 001111110011111100111111011111010011111100111111 | 3f3f3f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)