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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | ヘロ矣Y | 11001101110110111110000111100001111100001110001101011001 | cddbe1e1f0e359 |
EUC-JP | ヘロ矣?Y | 1000111011001101100011101101101111100010111000110011111101011001 | 8ecd8edbe2e33f59 |
UTF-8 | ヘロ矣Y | 11101111101111101000110111101111101111101001101111100111100111111010001111101110100000101010001001011001 | efbe8defbe9be79fa3ee82a259 |
UHC | ??矣?Y | 001111110011111111101011111110000011111101011001 | 3f3febf83f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)