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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 袱鐃幣袱 | 1110010111011110111010000101111010010101101111001110010111011110 | e5dee85e95bce5de |
EUC-JP | 袱鐃幣袱 | 1110101011100000111011111011111111001010101111101110101011100000 | eae0efbfcabeeae0 |
UTF-8 | 袱鐃幣袱 | 111010001010001010110001111010011001000010000011111001011011100110100011111010001010001010110001 | e8a2b1e99083e5b9a3e8a2b1 |
UHC | ??幣? | 0011111100111111111110001100011100111111 | 3f3ff8c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)