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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 踝珠室踝趣 | 11100110111101001000111011101100100011101011101011100110111101001000111011101111 | e6f48eec8ebae6f48eef |
| EUC-JP | 踝珠室踝趣 | 11101100111101101011110011101110101111001011110011101100111101101011110011110001 | ecf6bceebcbcecf6bcf1 |
| UTF-8 | 踝珠室踝趣 | 111010001011100010011101111001111000111110100000111001011010111010100100111010001011100010011101111010001011011010100011 | e8b89de78fa0e5aea4e8b89de8b6a3 |
| UHC | ?珠室?趣 | 0011111111110001110000011110001111111000001111111111011010101100 | 3ff1c1e3f83ff6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)