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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 嶸橲團D^ | 1111101010110100100111101110110110011010101000110100010001011110 | fab49eed9aa3445e |
EUC-JP | 嶸橲團D^ | 100011111011101111110100110111001110111111010100101001010100010001011110 | 8fbbf4dcefd4a5445e |
UTF-8 | 嶸橲團D^ | 1110010110110110101110001110011010101001101100101110010110011100100110000100010001011110 | e5b6b8e6a9b2e59c98445e |
UHC | 嶸?團D^ | 11100111101011100011111111010011101001010100010001011110 | e7ae3fd3a5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)