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 | ûϵW | 1111101111001111100011101011010101010111 | fbcf8eb557 |
SJIS-WIN | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
EUC-JP | ûÏ??W | 100011111010101111100101100011111010101011000001001111110011111101010111 | 8fabe58faac13f3f57 |
UTF-8 | ûϵW | 110000111011101111000011100011111100001010001110110000101011010101010111 | c3bbc38fc28ec2b557 |
UHC | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)