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 | 鉉懌或籵 | 1110011111101001100111001110001010001000101111011110001011100000 | e7e99ce288bde2e0 |
| EUC-JP | 鉉懌或籵 | 1110111011101011110110001110010010110000101111111110010011100010 | eeebd8e4b0bfe4e2 |
| UTF-8 | 鉉懌或籵 | 111010011000100110001001111001101000011110001100111001101000100010010110111001111011000110110101 | e98989e6878ce68896e7b1b5 |
| UHC | 鉉?或? | 111110101110100000111111111110111110010000111111 | fae83ffbe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)