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 | ?猛薇 | 0011111110010110110100101110010101001110 | 3f96d2e54e |
EUC-JP | 洧猛薇 | 10001111110001111011010011001100110101001110100110101111 | 8fc7b4ccd4e9af |
UTF-8 | 洧猛薇 | 111001101011010010100111111001111000110010011011111010001001011010000111 | e6b4a7e78c9be89687 |
UHC | 洧猛薇 | 111010101111101111011000111011011101101010111001 | eafbd8eddab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)