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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猶??癌 | 100101110101000000111111001111111000101011100000 | 97503f3f8ae0 |
EUC-JP | 猶??癌 | 110011011011000100111111001111111011010011100010 | cdb13f3fb4e2 |
UTF-8 | 猶쏅쪞癌 | 111001111000110010110110111011001000111110000101111011001010101010011110111001111001100110001100 | e78cb6ec8f85ecaa9ee7998c |
UHC | 猶쏅쪞癌 | 1110101110100010100110111110101110100101100101111110010011011111 | eba29beba597e4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)