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 | åºèE | 11100101100010111011101011101000100101001000000001000101 | e58bbae8948045 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | å?ºè??E | 10001111101010111010100100111111100011111010001011101011100011111010101110110010001111110011111101000101 | 8faba93f8fa2eb8fabb23f3f45 |
UTF-8 | åºèE | 11000011101001011100001010001011110000101011101011000011101010001100001010010100110000101000000001000101 | c3a5c28bc2bac3a8c294c28045 |
UHC | ??º???E | 0011111100111111101010001010110000111111001111110011111101000101 | 3f3fa8ac3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)