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 | ??芸?疑 | 00111111001111111000110001111100001111111000101101011110 | 3f3f8c7c3f8b5e |
EUC-JP | ??芸?疑 | 00111111001111111011011111011101001111111011010110111111 | 3f3fb7dd3fb5bf |
UTF-8 | 履렰芸렑疑 | 111011111010011110011111111010111010000010110000111010001000101010111000111010111010000010010001111001111001011010010001 | efa79feba0b0e88ab8eba091e79691 |
UHC | 履렰芸렑疑 | 11101100101010101000111010111101111010011111110110001110101001101110101111110111 | ecaa8ebde9fd8ea6ebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)