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 | 署銑 | 10001111100100001001000101001100 | 8f90914c |
EUC-JP | 署銑 | 10111101111100001100000110101101 | bdf0c1ad |
UTF-8 | 署銑 | 111001111011110110110010111010011000101010010001 | e7bdb2e98a91 |
UHC | 署銑 | 11011111111111101110000011010101 | dffee0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)