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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雹ょ衷蝗ョ^ | 11101000101110011000001011100101100100101000111111100101100110111010111001011110 | e8b982e5928fe59bae5e |
EUC-JP | 雹ょ衷蝗ョ^ | 1111000010111011101001001110011111000011111011111110100111111011100011101010111001011110 | f0bba4e7c3efe9fb8eae5e |
UTF-8 | 雹ょ衷蝗ョ^ | 11101001100110111011100111100011100000101000011111101000101000011011011111101000100111011001011111101111101111011010111001011110 | e99bb9e38287e8a1b7e89d97efbdae5e |
UHC | 雹ょ衷蝗?^ | 11011010110111111010101011100111111101011111101111111100110110010011111101011110 | dadfaae7f5fbfcd93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)