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 | ì±ìë¦ | 1110110010110001100110011110110010011111100011001110101110100110 | ecb199ec9f8ceba6 |
SJIS-WIN | ?±?????? | 001111111000000101111101001111110011111100111111001111110011111100111111 | 3f817d3f3f3f3f3f3f |
EUC-JP | ì±?ì??ë¦ | 1000111110101011110000001010000111011110001111111000111110101011110000000011111100111111100011111010101110110011100011111010001011000011 | 8fabc0a1de3f8fabc03f3f8fabb38fa2c3 |
UTF-8 | ì±ìë¦ | 11000011101011001100001010110001110000101001100111000011101011001100001010011111110000101000110011000011101010111100001010100110 | c3acc2b1c299c3acc29fc28cc3abc2a6 |
UHC | ?±?????? | 001111111010000110111110001111110011111100111111001111110011111100111111 | 3fa1be3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)