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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 貂イ隱ェ隱ェ^ | 11100110101110001011001011101000101010101010101011101000101010101010101001011110 | e6b8b2e8aaaae8aaaa5e |
EUC-JP | 貂イ隱ェ隱ェ^ | 11101100101110101000111010110010111100001010110010001110101010101111000010101100100011101010101001011110 | ecba8eb2f0ac8eaaf0ac8eaa5e |
UTF-8 | 貂イ隱ェ隱ェ^ | 11101000101100101000001011101111101111011011001011101001100110101011000111101111101111011010101011101001100110101011000111101111101111011010101001011110 | e8b282efbdb2e99ab1efbdaae99ab1efbdaa5e |
UHC | 貂?隱?隱?^ | 11110101101100000011111111101011110111110011111111101011110111110011111101011110 | f5b03febdf3febdf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)