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 | èE[å· | 1110100001000101100011001000110010000001010110111110010110110111 | e8458c8c815be5b7 |
SJIS-WIN | ?E???[?? | 0011111101000101001111110011111100111111010110110011111100111111 | 3f453f3f3f5b3f3f |
EUC-JP | èE???[å? | 100011111010101110110010010001010011111100111111001111110101101110001111101010111010100100111111 | 8fabb2453f3f3f5b8faba93f |
UTF-8 | èE[å· | 1100001110101000010001011100001010001100110000101000110011000010100000010101101111000011101001011100001010110111 | c3a845c28cc28cc2815bc3a5c2b7 |
UHC | ?E???[?· | 001111110100010100111111001111110011111101011011001111111010000110100100 | 3f453f3f3f5b3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)