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 | ú³Îúí» | 111110101011001111001110111110101110110110111011 | fab3cefaedbb |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ú?Îúí? | 1000111110101011111000100011111110001111101010101100001010001111101010111110001010001111101010111011111100111111 | 8fabe23f8faac28fabe28fabbf3f |
| UTF-8 | ú³Îúí» | 110000111011101011000010101100111100001110001110110000111011101011000011101011011100001010111011 | c3bac2b3c38ec3bac3adc2bb |
| UHC | ?³???? | 00111111101010011111100000111111001111110011111100111111 | 3fa9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)