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 | 辯溪超奝エ^ | 11100111100001111001111111100010100100101011010011111010101000101011010001011110 | e7879fe292b4faa2b45e |
EUC-JP | 辯溪超奝エ^ | 111011011110011111011110111001001100010010110110100011111011100011111000100011101011010001011110 | ede7dee4c4b68fb8f88eb45e |
UTF-8 | 辯溪超奝エ^ | 11101000101111101010111111100110101110101010101011101000101101101000010111100101101001011001110111101111101111011011010001011110 | e8beafe6baaae8b685e5a59defbdb45e |
UHC | 辯溪超??^ | 110111001010101011001101101000101111010110110001001111110011111101011110 | dcaacda2f5b13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)