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 | ãßÍ | 1000111111100011110111111000111011001101 | 8fe3df8ecd |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ãß?Í | 0011111110001111101010111010101010001111101010011100111000111111100011111010101010111111 | 3f8fabaa8fa9ce3f8faabf |
UTF-8 | ãßÍ | 11000010100011111100001110100011110000111001111111000010100011101100001110001101 | c28fc3a3c39fc28ec38d |
UHC | ??ß?? | 001111110011111110101001101011000011111100111111 | 3f3fa9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)