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 | 闢エ閧イ髮「^ | 11101000100100111011010011101000100000101011001011101001100110111010001001011110 | e893b4e882b2e99ba25e |
EUC-JP | 闢エ閧イ髮「^ | 11101111111100111000111010110100111011111110001010001110101100101111000111111011100011101010001001011110 | eff38eb4efe28eb2f1fb8ea25e |
UTF-8 | 闢エ閧イ髮「^ | 11101001100101111010001011101111101111011011010011101001100101101010011111101111101111011011001011101001101010111010111011101111101111011010001001011110 | e997a2efbdb4e996a7efbdb2e9abaeefbda25e |
UHC | 闢???髮?^ | 110111001010001100111111001111110011111111011011101001010011111101011110 | dca33f3f3fdba53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)