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 | 迴ア雕晁函^ | 11100111100011111011000111101000101110001001110111101000100101001001111101011110 | e78fb1e8b89de8949f5e |
EUC-JP | 迴ア雕晁函^ | 1110110111101111100011101011000111110000101110101101101011101010110010001010000101011110 | edef8eb1f0badaeac8a15e |
UTF-8 | 迴ア雕晁函^ | 11101000101111111011010011101111101111011011000111101001100110111001010111100110100110011000000111100101100001111011110101011110 | e8bfb4efbdb1e99b95e69981e587bd5e |
UHC | ??雕晁函^ | 001111110011111111110000111001111111000011000101111110011101111001011110 | 3f3ff0e7f0c5f9de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)