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 | ÇǽûÖÜ | 1000111111000111110001111000111010111101111110111101011011011100 | 8fc7c78ebdfbd6dc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ÇÇ??ûÖÜ | 001111111000111110101010101011101000111110101010101011100011111100111111100011111010101111100101100011111010101011010011100011111010101011100100 | 3f8faaae8faaae3f3f8fabe58faad38faae4 |
UTF-8 | ÇǽûÖÜ | 11000010100011111100001110000111110000111000011111000010100011101100001010111101110000111011101111000011100101101100001110011100 | c28fc387c387c28ec2bdc3bbc396c39c |
UHC | ????½??? | 001111110011111100111111001111111010100011110110001111110011111100111111 | 3f3f3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)