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 | 顰ウ荵槫爼貉 | 1110100011111100101100111110010010111001100111101110010111100000101010101110011010111001 | e8fcb3e4b99ee5e0aae6b9 |
| EUC-JP | 顰ウ荵槫爼貉 | 111100001111111010001110101100111110100010111011110111001110011111100000101011001110110010111011 | f0fe8eb3e8bbdce7e0acecbb |
| UTF-8 | 顰ウ荵槫爼貉 | 111010011010000110110000111011111011110110110011111010001000110110110101111001101010011110101011111001111000100010111100111010001011001010001001 | e9a1b0efbdb3e88db5e6a7abe788bce8b289 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)