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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 雹シユシ・シ゚ | 1110100010111001101111001101010110111100101001011011110011011111 | e8b9bcd5bca5bcdf |
EUC-JP | 雹シユシ・シ゚ | 1111000010111011100011101011110010001110110101011000111010111100100011101010010110001110101111001000111011011111 | f0bb8ebc8ed58ebc8ea58ebc8edf |
UTF-8 | 雹シユシ・シ゚ | 111010011001101110111001111011111011110110111100111011111011111010010101111011111011110110111100111011111011110110100101111011111011110110111100111011111011111010011111 | e99bb9efbdbcefbe95efbdbcefbda5efbdbcefbe9f |
UHC | 雹?????? | 1101101011011111001111110011111100111111001111110011111100111111 | dadf3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)