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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 劑碣?? | 100110011001110111100001111100000011111100111111 | 999de1f03f3f |
EUC-JP | 劑碣?? | 110100011111110111100010111100100011111100111111 | d1fde2f23f3f |
UTF-8 | 劑碣쏢뤈 | 111001011000101010010001111001111010001010100011111011001000111110100010111010111010010010001000 | e58a91e7a2a3ec8fa2eba488 |
UHC | 劑碣쏢뤈 | 1111000010100101110010101110010110111101111100111000111110111000 | f0a5cae5bdf38fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)