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 | ì飡 | 111011001000000110010010111010011010001110100001 | ec8192e9a3a1 |
SJIS-WIN | ????£? | 00111111001111110011111100111111100000011001001000111111 | 3f3f3f3f81923f |
EUC-JP | ì??飡 | 10001111101010111100000000111111001111111000111110101011101100011010000111110010100011111010001011000010 | 8fabc03f3f8fabb1a1f28fa2c2 |
UTF-8 | ì飡 | 110000111010110011000010100000011100001010010010110000111010100111000010101000111100001010100001 | c3acc281c292c3a9c2a3c2a1 |
UHC | ?????¡ | 00111111001111110011111100111111001111111010001010101110 | 3f3f3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)