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 | ì èë¡ | 111011001001011010100000111010001000111110010110111010111010000110000011 | ec96a0e88f96eba183 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ì??è??ë¡? | 1000111110101011110000000011111100111111100011111010101110110010001111110011111110001111101010111011001110001111101000101100001000111111 | 8fabc03f3f8fabb23f3f8fabb38fa2c23f |
UTF-8 | ì èë¡ | 110000111010110011000010100101101100001010100000110000111010100011000010100011111100001010010110110000111010101111000010101000011100001010000011 | c3acc296c2a0c3a8c28fc296c3abc2a1c283 |
UHC | ???????¡? | 00111111001111110011111100111111001111110011111100111111101000101010111000111111 | 3f3f3f3f3f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)