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 | ???苑?? | 00111111001111110011111110001001100100010011111100111111 | 3f3f3f89913f3f |
| EUC-JP | ???苑?? | 00111111001111110011111110110001111100010011111100111111 | 3f3f3fb1f13f3f |
| UTF-8 | 凉묎괍苑잞쫨 | 111011111010010110111001111010111010110010001110111010101011010010001101111010001000101110010001111011001001111010011110111011001010101110101000 | efa5b9ebac8eeab48de88b91ec9e9eecaba8 |
| UHC | 凉묎괍苑잞쫨 | 111001011011110010010001111010101011000110100010111010101011110110011111111011111010011010000001 | e5bc91eab1a2eabd9fefa681 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)