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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉚題х | 111001111111010010010001111010001000010010000111 | e7f491e88487 |
EUC-JP | 鉚題х | 111011101111011011000010111010101010011111100111 | eef6c2eaa7e7 |
UTF-8 | 鉚題х | 1110100110001001100110101110100110100001100011001101000110000101 | e9899ae9a18cd185 |
UHC | ?題х | 0011111111110000101110011010110011100111 | 3ff0b9ace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)