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 | 懷律歃 | 100111001110010110010111101001011001111101011100 | 9ce597a59f5c |
EUC-JP | 懷律歃 | 110110001110011111001110101001111101110110111101 | d8e7cea7ddbd |
UTF-8 | 懷律歃 | 111001101000011110110111111001011011111010001011111001101010110110000011 | e687b7e5be8be6ad83 |
UHC | 懷律? | 1111110011100011110101111100100000111111 | fce3d7c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)