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 | Ì´ëú | 1000111111001100101101001110101111111010 | 8fccb4ebfa |
SJIS-WIN | ??´?? | 001111110011111110000001010011000011111100111111 | 3f3f814c3f3f |
EUC-JP | ?Ì´ëú | 001111111000111110101010110000001010000110101101100011111010101110110011100011111010101111100010 | 3f8faac0a1ad8fabb38fabe2 |
UTF-8 | Ì´ëú | 11000010100011111100001110001100110000101011010011000011101010111100001110111010 | c28fc38cc2b4c3abc3ba |
UHC | ??´?? | 001111110011111110100010101001010011111100111111 | 3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)