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 | èè©Î | 1110100010010100100101111110100010101001100111101100111010010001 | e89497e8a99ece91 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??è©?Î? | 10001111101010111011001000111111001111111000111110101011101100101000111110100010111011010011111110001111101010101100001000111111 | 8fabb23f3f8fabb28fa2ed3f8faac23f |
UTF-8 | èè©Î | 11000011101010001100001010010100110000101001011111000011101010001100001010101001110000101001111011000011100011101100001010010001 | c3a8c294c297c3a8c2a9c29ec38ec291 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)