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 | 侑?諍 | 1001100011010000001111111110011001111001 | 98d03fe679 |
EUC-JP | 侑?諍 | 1101000011010010001111111110101111011010 | d0d23febda |
UTF-8 | 侑렧諍 | 111001001011111010010001111010111010000010100111111010001010101110001101 | e4be91eba0a7e8ab8d |
UHC | 侑렧諍 | 111010101110001010001110101101101110111010110101 | eae28eb6eeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)