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 | àÙ¾éÝë | 10001111111000001101100110111110111010011101110111101011 | 8fe0d9bee9ddeb |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?àÙ?éÝë | 0011111110001111101010111010001010001111101010101110001100111111100011111010101110110001100011111010101011110010100011111010101110110011 | 3f8faba28faae33f8fabb18faaf28fabb3 |
UTF-8 | àÙ¾éÝë | 1100001010001111110000111010000011000011100110011100001010111110110000111010100111000011100111011100001110101011 | c28fc3a0c399c2bec3a9c39dc3ab |
UHC | ???¾??? | 0011111100111111001111111010100011111010001111110011111100111111 | 3f3f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)