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 | 粫手界 | 111000101110011010001110111010001000101001000101 | e2e68ee88a45 |
EUC-JP | 粫手界 | 111001001110100010111100111010101011001110100110 | e4e8bceab3a6 |
UTF-8 | 粫手界 | 111001111011001010101011111001101000100110001011111001111001010110001100 | e7b2abe6898be7958c |
UHC | ?手界 | 0011111111100010101000101100110110100011 | 3fe2a2cda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)