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 | èçνB | 111010001000010010000010111001111001010110010100110011101011110101000010 | e88482e79594cebd42 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | è??ç??Î?B | 100011111010101110110010001111110011111110001111101010111010111000111111001111111000111110101010110000100011111101000010 | 8fabb23f3f8fabae3f3f8faac23f42 |
UTF-8 | èçνB | 1100001110101000110000101000010011000010100000101100001110100111110000101001010111000010100101001100001110001110110000101011110101000010 | c3a8c284c282c3a7c295c294c38ec2bd42 |
UHC | ???????½B | 00111111001111110011111100111111001111110011111100111111101010001111011001000010 | 3f3f3f3f3f3f3fa8f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)