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 | 逾・郢抵セ区 | 11100111101001011010010111100111101110011001001011101111101111101000101111100110 | e7a5a5e7b992efbe8be6 |
| EUC-JP | 逾・郢抵セ区 | 111011101010011110001110101001011110111010111011110001001111000110001110101111101011011011101000 | eea78ea5eebbc4f18ebeb6e8 |
| UTF-8 | 逾・郢抵セ区 | 111010011000000010111110111011111011110110100101111010011000001110100010111001101000101010110101111011111011110110111110111001011000110010111010 | e980beefbda5e983a2e68ab5efbdbee58cba |
| UHC | 逾??抵?? | 1110101110110101001111110011111111101110101111010011111100111111 | ebb53f3feebd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)