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 | ëé êµ | 111010111110100110000101111010101011010110100000 | ebe985eab5a0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ëé?ê?? | 100011111010101110110011100011111010101110110001001111111000111110101011101101000011111100111111 | 8fabb38fabb13f8fabb43f3f |
UTF-8 | ëé êµ | 110000111010101111000011101010011100001010000101110000111010101011000010101101011100001010100000 | c3abc3a9c285c3aac2b5c2a0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)