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 | 烏g?姙 | 10001001010001111000001010000111001111111001101101001011 | 894782873f9b4b |
EUC-JP | 烏g?姙 | 10110001101010001010001111100111001111111101010110101100 | b1a8a3e73fd5ac |
UTF-8 | 烏gㅎ姙 | 111001111000001110001111111011111011110110000111111000111000010110001110111001011010011110011001 | e7838fefbd87e3858ee5a799 |
UHC | 烏gㅎ姙 | 1110100010100001101000111110011110100100101111101110110011110101 | e8a1a3e7a4beecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)