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 | 萎??隊 | 100010001101111000111111001111111001000111100000 | 88de3f3f91e0 |
EUC-JP | 萎??隊 | 101100001110000000111111001111111100001011100010 | b0e03f3fc2e2 |
UTF-8 | 萎뤑쫷隊 | 111010001001000010001110111010111010010010010001111011001010101110110111111010011001101010001010 | e8908eeba491ecabb7e99a8a |
UHC | 萎뤑쫷隊 | 1110101011010111100011111100000110100110100011101101001111101001 | ead78fc1a68ed3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)