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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 襌懋ウ壱隕B | 11100101111110011001110011101010101100111000100011101011111010001010011001000010 | e5f99ceab388ebe8a642 |
| EUC-JP | 襌懋ウ壱隕B | 1110101011111011110110001110110010001110101100111011000011101101111100001010100001000010 | eafbd8ec8eb3b0edf0a842 |
| UTF-8 | 襌懋ウ壱隕B | 11101000101001011000110011100110100001111000101111101111101111011011001111100101101000111011000111101001100110101001010101000010 | e8a58ce6878befbdb3e5a3b1e99a9542 |
| UHC | ?懋??隕B | 0011111111011001111001010011111100111111111010101010001001000010 | 3fd9e53f3feaa242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)