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 | ì»Öë¿ú | 111011001011101111010110111010111011111111111010 | ecbbd6ebbffa |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì?Öë¿ú | 10001111101010111100000000111111100011111010101011010011100011111010101110110011100011111010001011000100100011111010101111100010 | 8fabc03f8faad38fabb38fa2c48fabe2 |
UTF-8 | ì»Öë¿ú | 110000111010110011000010101110111100001110010110110000111010101111000010101111111100001110111010 | c3acc2bbc396c3abc2bfc3ba |
UHC | ????¿? | 00111111001111110011111100111111101000101010111100111111 | 3f3f3f3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)