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 | 11101011101001001001001011100101100010001000111001000101 | eba492e5888e45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ë¤?å??E | 10001111101010111011001110001111101000101111000000111111100011111010101110101001001111110011111101000101 | 8fabb38fa2f03f8faba93f3f45 |
UTF-8 | ë¤åE | 11000011101010111100001010100100110000101001001011000011101001011100001010001000110000101000111001000101 | c3abc2a4c292c3a5c288c28e45 |
UHC | ?¤????E | 0011111110100010101101000011111100111111001111110011111101000101 | 3fa2b43f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)