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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 式燁鴫^ | 111100101010100010001110101011101111101101011001100011101011000001011110 | f2a88eaefb598eb05e |
EUC-JP | ?式燁鴫^ | 001111111011110010110000100011111100101010110011101111001011001001011110 | 3fbcb08fcab3bcb25e |
UTF-8 | 式燁鴫^ | 11101110100001111001111111100101101111001000111111100111100001111000000111101001101101001010101101011110 | ee879fe5bc8fe78781e9b4ab5e |
UHC | ?式燁?^ | 00111111111000111101001011100111101001110011111101011110 | 3fe3d2e7a73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)