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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邨ス貊醍・。 | 11100111101101011011110111100110101110111001000111100111101001011000000101000010 | e7b5bde6bb91e7a58142 |
EUC-JP | 邨ス貊醍・。 | 111011101011011110001110101111011110110010111101110000101110100110001110101001011010000110100011 | eeb78ebdecbdc2e98ea5a1a3 |
UTF-8 | 邨ス貊醍・。 | 111010011000001010101000111011111011110110111101111010001011001010001010111010011000011010001101111011111011110110100101111000111000000010000010 | e982a8efbdbde8b28ae9868defbda5e38082 |
UHC | 邨?貊醍?。 | 11110101101111100011111111011000111001111111000010110101001111111010000110100011 | f5be3fd8e7f0b53fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)