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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 滎??? | 100011111100100010111001001111110011111100111111 | 8fc8b93f3f3f |
UTF-8 | 滎렦롋븃 | 111001101011101110001110111010111010000010100110111010111010000110001011111010111011100010000011 | e6bb8eeba0a6eba18bebb883 |
UHC | 滎렦롋븃 | 1111101110100011100011101011010110001110110100011011101011101000 | fba38eb58ed1bae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)