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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?瘦??瘦?^ | 0011111110001111110011011111011100111111001111111000111111001101111101110011111101011110 | 3f8fcdf73f3f8fcdf73f5e |
UTF-8 | 믨瘦둫믨瘦둫^ | 11101011101011111010100011100111100110001010011011101011100100011010101111101011101011111010100011100111100110001010011011101011100100011010101101011110 | ebafa8e798a6eb91abebafa8e798a6eb91ab5e |
UHC | 믨瘦둫믨瘦둫^ | 10010010111010101110001010110001100010100110010110010010111010101110001010110001100010100110010101011110 | 92eae2b18a6592eae2b18a655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)