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 | é£®í ³ | 111010011010001110101110111011011000010110110011 | e9a3aeed85b3 |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | 飮í?? | 10001111101010111011000110100001111100101000111110100010111011101000111110101011101111110011111100111111 | 8fabb1a1f28fa2ee8fabbf3f3f |
UTF-8 | é£®í ³ | 110000111010100111000010101000111100001010101110110000111010110111000010100001011100001010110011 | c3a9c2a3c2aec3adc285c2b3 |
UHC | ??®??³ | 0011111100111111101000101110011100111111001111111010100111111000 | 3f3fa2e73f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)