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 | ?????∮? | 0011111100111111001111110011111100111111100001111001001100111111 | 3f3f3f3f3f87933f |
| EUC-JP | ??鋌???? | 001111110011111110001111111001001011101100111111001111110011111100111111 | 3f3f8fe4bb3f3f3f3f |
| UTF-8 | 룶깹鋌룴햶∮▩ | 111010111010001110110110111010101011100110111001111010011000101110001100111010111010001110110100111011011001011010110110111000101000100010101110111000101001011010101001 | eba3b6eab9b9e98b8ceba3b4ed96b6e288aee296a9 |
| UHC | 룶깹鋌룴햶∮▩ | 1000111110101011101100101010000111101111111110111000111110101001110000011000111110100010101100011010001011001100 | 8fabb2a1effb8fa9c18fa2b1a2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)