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 | ??E??? | 001111110011111101000101001111110011111100111111 | 3f3f453f3f3f |
SJIS-WIN | 釭鹿E霖・」 | 111110111011110110001110101011010100010111101000110000011010010110100011 | fbbd8ead45e8c1a5a3 |
EUC-JP | 釭鹿E霖・」 | 100011111110001110101111101111001010111101000101111100001100001110001110101001011000111010100011 | 8fe3afbcaf45f0c38ea58ea3 |
UTF-8 | 釭鹿E霖・」 | 11101001100001111010110111101001101110011011111101000101111010011001110010010110111011111011110110100101111011111011110110100011 | e987ade9b9bf45e99c96efbda5efbda3 |
UHC | ?鹿E霖?? | 0011111111010110111000110100010111010111111111010011111100111111 | 3fd6e345d7fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)