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 | 腴纔 | 11100100010010101110001110011000 | e44ae398 |
EUC-JP | 腴纔 | 11100111101010111110010111111000 | e7abe5f8 |
UTF-8 | 腴纔 | 111010001000010110110100111001111011101010010100 | e885b4e7ba94 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)