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 | °Üé¡ | 1011000011011100100011111110100110100001 | b0dc8fe9a1 |
SJIS-WIN | °???? | 100000011000101100111111001111110011111100111111 | 818b3f3f3f3f |
EUC-JP | °Ü?é¡ | 101000011110101110001111101010101110010000111111100011111010101110110001100011111010001011000010 | a1eb8faae43f8fabb18fa2c2 |
UTF-8 | °Üé¡ | 11000010101100001100001110011100110000101000111111000011101010011100001010100001 | c2b0c39cc28fc3a9c2a1 |
UHC | °???¡ | 10100001110001100011111100111111001111111010001010101110 | a1c63f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)