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 | 藕??仇 | 111001010101100000111111001111111000101101110111 | e5583f3f8b77 |
EUC-JP | 藕?焌仇 | 1110100110111001001111111000111111001001111010001011010111011000 | e9b93f8fc9e8b5d8 |
UTF-8 | 藕렡焌仇 | 111010001001011110010101111010111010000010100001111001111000010010001100111001001011101110000111 | e89795eba0a1e7848ce4bb87 |
UHC | 藕렡焌仇 | 1110100111100100100011101011001011110001111000001100111011111011 | e9e48eb2f1e0cefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)