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 | åõé¨ | 111001011111010110001111111010011010100010001111 | e5f58fe9a88f |
SJIS-WIN | ????¨? | 00111111001111110011111100111111100000010100111000111111 | 3f3f3f3f814e3f |
EUC-JP | åõ?é¨? | 10001111101010111010100110001111101010111101100000111111100011111010101110110001101000011010111100111111 | 8faba98fabd83f8fabb1a1af3f |
UTF-8 | åõé¨ | 110000111010010111000011101101011100001010001111110000111010100111000010101010001100001010001111 | c3a5c3b5c28fc3a9c2a8c28f |
UHC | ????¨? | 00111111001111110011111100111111101000011010011100111111 | 3f3f3f3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)