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 | リウス蒭ウス脾 | 110110001011001110111101111001001101100010110011101111011110010001000010 | d8b3bde4d8b3bde442 |
| EUC-JP | リウス蒭ウス脾 | 1000111011011000100011101011001110001110101111011110100011011010100011101011001110001110101111011110011110100011 | 8ed88eb38ebde8da8eb38ebde7a3 |
| UTF-8 | リウス蒭ウス脾 | 111011111011111010011000111011111011110110110011111011111011110110111101111010001001001010101101111011111011110110110011111011111011110110111101111010001000010010111110 | efbe98efbdb3efbdbde892adefbdb3efbdbde884be |
| UHC | ??????脾 | 0011111100111111001111110011111100111111001111111101111010100001 | 3f3f3f3f3f3fdea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)