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 | å´Ñí² | 1110010110011010101101001101000110001010111011011000100110110010 | e59ab4d18aed89b2 |
SJIS-WIN | ??´????? | 001111110011111110000001010011000011111100111111001111110011111100111111 | 3f3f814c3f3f3f3f3f |
EUC-JP | å?´Ñ?í?? | 100011111010101110101001001111111010000110101101100011111010101011010000001111111000111110101011101111110011111100111111 | 8faba93fa1ad8faad03f8fabbf3f3f |
UTF-8 | å´Ñí² | 11000011101001011100001010011010110000101011010011000011100100011100001010001010110000111010110111000010100010011100001010110010 | c3a5c29ac2b4c391c28ac3adc289c2b2 |
UHC | ??´????² | 00111111001111111010001010100101001111110011111100111111001111111010100111110111 | 3f3fa2a53f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)