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 | ûü³éê« | 1111101111111100100011101011001111101001111010101000111010101011 | fbfc8eb3e9ea8eab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ûü??éê?? | 10001111101010111110010110001111101010111110010000111111001111111000111110101011101100011000111110101011101101000011111100111111 | 8fabe58fabe43f3f8fabb18fabb43f3f |
UTF-8 | ûü³éê« | 11000011101110111100001110111100110000101000111011000010101100111100001110101001110000111010101011000010100011101100001010101011 | c3bbc3bcc28ec2b3c3a9c3aac28ec2ab |
UHC | ???³???? | 001111110011111100111111101010011111100000111111001111110011111100111111 | 3f3f3fa9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)