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 | ¢ùª² | 1010001011111001100011111010101010110010 | a2f98faab2 |
SJIS-WIN | ¢???? | 100000011001000100111111001111110011111100111111 | 81913f3f3f3f |
EUC-JP | ¢ù?ª? | 10100001111100011000111110101011111000110011111110001111101000101110110000111111 | a1f18fabe33f8fa2ec3f |
UTF-8 | ¢ùª² | 11000010101000101100001110111001110000101000111111000010101010101100001010110010 | c2a2c3b9c28fc2aac2b2 |
UHC | ???ª² | 00111111001111110011111110101000101000111010100111110111 | 3f3f3fa8a3a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)