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 | 蠑榊・「蠑 | 1110010110111100100011011110010110100101101000101110010110111100 | e5bc8de5a5a2e5bc |
EUC-JP | 蠑榊・「蠑 | 11101010101111101011101011100111100011101010010110001110101000101110101010111110 | eabebae78ea58ea2eabe |
UTF-8 | 蠑榊・「蠑 | 111010001010000010010001111001101010011010001010111011111011110110100101111011111011110110100010111010001010000010010001 | e8a091e6a68aefbda5efbda2e8a091 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)