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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薔?諍 | 1110010101001011001111111110011001111001 | e54b3fe679 |
EUC-JP | 薔?諍 | 1110100110101100001111111110101111011010 | e9ac3febda |
UTF-8 | 薔렪諍 | 111010001001011010010100111010111010000010101010111010001010101110001101 | e89694eba0aae8ab8d |
UHC | 薔렪諍 | 111011011111100110001110101110001110111010110101 | edf98eb8eeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)