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 | 聿井洪艟 | 1110001111100100100010001110010010001101010111101110010001111101 | e3e488e48d5ee47d |
EUC-JP | 聿井洪艟 | 1110011011100110101100001110011010111001101111111110011111011110 | e6e6b0e6b9bfe7de |
UTF-8 | 聿井洪艟 | 111010001000000110111111111001001011101010010101111001101011010010101010111010001000100110011111 | e881bfe4ba95e6b4aae8899f |
UHC | 聿井洪? | 11101011110100111110111111001100111110111111001100111111 | ebd3efccfbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)