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 | ????^c^ | 00111111001111110011111100111111010111100110001101011110 | 3f3f3f3f5e635e |
SJIS-WIN | 兪???^c^ | 1001100101100000001111110011111100111111010111100110001101011110 | 99603f3f3f5e635e |
EUC-JP | 兪???^c^ | 1101000111000001001111110011111100111111010111100110001101011110 | d1c13f3f3f5e635e |
UTF-8 | 兪롔렼설^c^ | 111001011000010110101010111010111010000110010100111010111010000010111100111011001000010010100100010111100110001101011110 | e585aaeba194eba0bcec84a45e635e |
UHC | 兪롔렼설^c^ | 1110101011100100100011101101100010001110110001001011110010110011010111100110001101011110 | eae48ed88ec4bcb35e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)