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 | 1110101111111011100011101011100101010111 | ebfb8eb957 |
SJIS-WIN | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
EUC-JP | ëû??W | 100011111010101110110011100011111010101111100101001111110011111101010111 | 8fabb38fabe53f3f57 |
UTF-8 | ëû¹W | 110000111010101111000011101110111100001010001110110000101011100101010111 | c3abc3bbc28ec2b957 |
UHC | ???¹W | 001111110011111100111111101010011111011001010111 | 3f3f3fa9f657 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)