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 | æùLæùL^ | 111001101111100110010110010011001110011011111001100101100100110001011110 | e6f9964ce6f9964c5e |
SJIS-WIN | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
EUC-JP | æù?Læù?L^ | 1000111110101001110000011000111110101011111000110011111101001100100011111010100111000001100011111010101111100011001111110100110001011110 | 8fa9c18fabe33f4c8fa9c18fabe33f4c5e |
UTF-8 | æùLæùL^ | 110000111010011011000011101110011100001010010110010011001100001110100110110000111011100111000010100101100100110001011110 | c3a6c3b9c2964cc3a6c3b9c2964c5e |
UHC | æ??Læ??L^ | 1010100110100001001111110011111101001100101010011010000100111111001111110100110001011110 | a9a13f3f4ca9a13f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)