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 | 漬?兆?油 | 1001001011010000001111111001001010011011001111111001011011111011 | 92d03f929b3f96fb |
| EUC-JP | 漬?兆?油 | 1100010011010010001111111100001111111011001111111100110011111101 | c4d23fc3fb3fccfd |
| UTF-8 | 漬렓兆렞油 | 111001101011110010101100111010111010000010010011111001011000010110000110111010111010000010011110111001101011001010111001 | e6bcaceba093e58586eba09ee6b2b9 |
| UHC | 漬렓兆렞油 | 11110010101100001000111010101000111100001011110010001110101011111110101011111010 | f2b08ea8f0bc8eafeafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)