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 | ???愈?? | 00111111001111110011111110010110111110100011111100111111 | 3f3f3f96fa3f3f |
| EUC-JP | ???愈?? | 00111111001111110011111111001100111111000011111100111111 | 3f3f3fccfc3f3f |
| UTF-8 | 令쀪괍愈덃퓴 | 111011111010011010101000111011001000000010101010111010101011010010001101111001101000010010001000111010111000110110000011111011011001001110110100 | efa6a8ec80aaeab48de68488eb8d83ed93b4 |
| UHC | 令쀪괍愈덃퓴 | 111001111010100110010111111010101011000110100010111010101110111110001000111001101011111110011010 | e7a997eab1a2eaef88e6bf9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)