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 | 侶? | 100101111011010100111111 | 97b53f |
EUC-JP | 侶? | 110011101011011100111111 | ceb73f |
UTF-8 | 侶뤆 | 111001001011111010110110111010111010010010000110 | e4beb6eba486 |
UHC | 侶뤆 | 11010101111000101000111110110110 | d5e28fb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)