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 | 薑丈Й茯 | 1110010101000111100011111110010010000100010010101110010010101000 | e5478fe4844ae4a8 |
EUC-JP | 薑丈Й茯 | 1110100110101000101111101110011010100111101010111110100010101010 | e9a8bee6a7abe8aa |
UTF-8 | 薑丈Й茯 | 1110100010010110100100011110010010111000100010001101000010011001111010001000110010101111 | e89691e4b888d099e88caf |
UHC | 薑丈Й茯 | 1100101110111001111011011101101110101100101010111101110011011010 | cbb9eddbacabdcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)