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 | ÇǾûÒÎ | 1000111111000111110001111000111010111110111110111101001011001110 | 8fc7c78ebefbd2ce |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ÇÇ??ûÒÎ | 001111111000111110101010101011101000111110101010101011100011111100111111100011111010101111100101100011111010101011010010100011111010101011000010 | 3f8faaae8faaae3f3f8fabe58faad28faac2 |
UTF-8 | ÇǾûÒÎ | 11000010100011111100001110000111110000111000011111000010100011101100001010111110110000111011101111000011100100101100001110001110 | c28fc387c387c28ec2bec3bbc392c38e |
UHC | ????¾??? | 001111110011111100111111001111111010100011111010001111110011111100111111 | 3f3f3f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)