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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 凋?袁??足 | 100100101001110000111111111001011100110100111111001111111001000110101011 | 929c3fe5cd3f3f91ab |
| EUC-JP | 凋?袁??足 | 110000111111110000111111111010101100111100111111001111111100001010101101 | c3fc3feacf3f3fc2ad |
| UTF-8 | 凋렪袁얘뤍足 | 111001011000011110001011111010111010000010101010111010001010001010000001111011001001011010011000111010111010010010001101111010001011011010110011 | e5878beba0aae8a281ec9698eba48de8b6b3 |
| UHC | 凋렪袁얘뤍足 | 111100001011110110001110101110001110101010111110101111101110101010001111101111011111000011101011 | f0bd8eb8eabebeea8fbdf0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)