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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 莉・貎倩成B | 11100100101110111010010111100110101111011001100011101000100100001010110001000010 | e4bba5e6bd98e890ac42 |
EUC-JP | 莉・貎倩成B | 1110100010111101100011101010010111101100101111111101000011101010110000001010111001000010 | e8bd8ea5ecbfd0eac0ae42 |
UTF-8 | 莉・貎倩成B | 11101000100011101000100111101111101111011010010111101000101100101000111011100101100000001010100111100110100010001001000001000010 | e88e89efbda5e8b28ee580a9e6889042 |
UHC | 莉???成B | 1101011111101001001111110011111100111111111000001111011101000010 | d7e93f3f3fe0f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)