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 | òûÞØ | 11110010111110111101111011011000 | f2fbded8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | òûÞØ | 100011111010101111010010100011111010101111100101100011111010100110110000100011111010100110101100 | 8fabd28fabe58fa9b08fa9ac |
UTF-8 | òûÞØ | 1100001110110010110000111011101111000011100111101100001110011000 | c3b2c3bbc39ec398 |
UHC | ??ÞØ | 001111110011111110101000101011011010100010101010 | 3f3fa8ada8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)