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 | 鴣鹿雫鴣ー | 1110100111110011100011101010110111110010101011011000111010110100111010011111001110110000 | e9f38eadf2ad8eb4e9f3b0 |
| EUC-JP | 鴣鹿?雫鴣ー | 1111001011110101101111001010111100111111101111001011011011110010111101011000111010110000 | f2f5bcaf3fbcb6f2f58eb0 |
| UTF-8 | 鴣鹿雫鴣ー | 111010011011010010100011111010011011100110111111111011101000011110100100111010011001101110101011111010011011010010100011111011111011110110110000 | e9b4a3e9b9bfee87a4e99babe9b4a3efbdb0 |
| UHC | ?鹿???? | 00111111110101101110001100111111001111110011111100111111 | 3fd6e33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)