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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???亦??? | 0011111100111111001111111001011010010010001111110011111100111111 | 3f3f3f96923f3f3f |
| EUC-JP | ???亦??? | 0011111100111111001111111100101111110010001111110011111100111111 | 3f3f3fcbf23f3f3f |
| UTF-8 | 廉뉛풖亦삯뎾若 | 111011111010011010100010111010111000100110011011111011011001001010010110111001001011101010100110111011001000001010101111111010111000111010111110111011111010010110110100 | efa6a2eb899bed9296e4baa6ec82afeb8ebeefa5b4 |
| UHC | 廉뉛풖亦삯뎾若 | 1110011011110101100001111110111110111110100110011110011010110010101110111110100110001001100100011110010110101110 | e6f587efbe99e6b2bbe98991e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)