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 | ????れ? | 00111111001111110011111100111111100000101110101000111111 | 3f3f3f3f82ea3f |
| EUC-JP | ????れ? | 00111111001111110011111100111111101001001110110000111111 | 3f3f3f3fa4ec3f |
| UTF-8 | 泥좏슊淋れ㏏ | 111011111010011110100011111011001010001010001111111011001000101010001010111011111010011110110101111000111000001010001100111000111000111110001111 | efa7a3eca28fec8a8aefa7b5e3828ce38f8f |
| UHC | 泥좏슊淋れ㏏ | 111011001011001010100000111011011001101010011010111011001111100010101010111011001010011110111001 | ecb2a0ed9a9aecf8aaeca7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)