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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魘雅椏遲ャ | 111010011011010010001001111010111001111010010011111001111010110110101100 | e9b489eb9e93e7adac |
EUC-JP | 魘雅椏遲ャ | 11110010101101101011001011101101110110111111001111101110101011111000111010101100 | f2b6b2eddbf3eeaf8eac |
UTF-8 | 魘雅椏遲ャ | 111010011010110110011000111010011001101110000101111001101010010010001111111010011000000110110010111011111011110110101100 | e9ad98e99b85e6a48fe981b2efbdac |
UHC | ?雅?遲? | 00111111111001001011101000111111111100101100000000111111 | 3fe4ba3ff2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)