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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 銓炉 | 11100111111100101001100001000110 | e7f29846 |
EUC-JP | 銓炉 | 11101110111101001100111110100111 | eef4cfa7 |
UTF-8 | 銓炉 | 111010011000101010010011111001111000001010001001 | e98a93e78289 |
UHC | 銓? | 111011111011000000111111 | efb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)