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 | 湿室湿釈 | 1000111010111100100011101011101010001110101111001000111011011111 | 8ebc8eba8ebc8edf |
| EUC-JP | 湿室湿釈 | 1011110010111110101111001011110010111100101111101011110011100001 | bcbebcbcbcbebce1 |
| UTF-8 | 湿室湿釈 | 111001101011100110111111111001011010111010100100111001101011100110111111111010011000011110001000 | e6b9bfe5aea4e6b9bfe98788 |
| UHC | ?室?? | 0011111111100011111110000011111100111111 | 3fe3f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)