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 | ??芸?寃 | 00111111001111111000110001111100001111111001101110000011 | 3f3f8c7c3f9b83 |
EUC-JP | ??芸?寃 | 00111111001111111011011111011101001111111101010111100011 | 3f3fb7dd3fd5e3 |
UTF-8 | 履렰芸렑寃 | 111011111010011110011111111010111010000010110000111010001000101010111000111010111010000010010001111001011010111110000011 | efa79feba0b0e88ab8eba091e5af83 |
UHC | 履렰芸렑寃 | 11101100101010101000111010111101111010011111110110001110101001101110101010110010 | ecaa8ebde9fd8ea6eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)