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 | 弱瀁 | 10001110111000111110000001100110 | 8ee3e066 |
EUC-JP | 弱瀁 | 10111100111001011101111111000111 | bce5dfc7 |
UTF-8 | 弱瀁 | 111001011011110010110001111001111000000010000001 | e5bcb1e78081 |
UHC | 弱瀁 | 11100101101100001110010111001000 | e5b0e5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)