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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 隴御ケ鈴倹 | 111010001010110110001100111001001011100110010111111010011000110010010000 | e8ad8ce4b997e98c90 |
| EUC-JP | 隴御ケ鈴倹 | 11110000101011111011100011100110100011101011100111001110111010111011011111110000 | f0afb8e68eb9ceebb7f0 |
| UTF-8 | 隴御ケ鈴倹 | 111010011001101010110100111001011011111010100001111011111011110110111001111010011000100010110100111001011000000010111001 | e99ab4e5bea1efbdb9e988b4e580b9 |
| UHC | ?御?鈴? | 00111111111001011101100100111111110101101100001000111111 | 3fe5d93fd6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)