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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 膰鶩[膰鶩[^ | 1110010001010111111010100100111001011011111001000101011111101010010011100101101101011110 | e457ea4e5be457ea4e5b5e |
EUC-JP | 膰鶩[膰鶩[^ | 1110011110111000111100111010111101011011111001111011100011110011101011110101101101011110 | e7b8f3af5be7b8f3af5b5e |
UTF-8 | 膰鶩[膰鶩[^ | 111010001000011010110000111010011011011010101001010110111110100010000110101100001110100110110110101010010101101101011110 | e886b0e9b6a95be886b0e9b6a95b5e |
UHC | ?鶩[?鶩[^ | 001111111101100111010000010110110011111111011001110100000101101101011110 | 3fd9d05b3fd9d05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)