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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | エ鮓コB | 11110000101101011011010011101001101101101011101001000010 | f0b5b4e9b6ba42 |
EUC-JP | ?エ鮓コB | 0011111110001110101101001111001010111000100011101011101001000010 | 3f8eb4f2b88eba42 |
UTF-8 | エ鮓コB | 11101110100000011011010011101111101111011011010011101001101011101001001111101111101111011011101001000010 | ee81b4efbdb4e9ae93efbdba42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)