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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 薜臥洪F | 11100101010011111000100111100111100011010101111001000110 | e54f89e78d5e46 |
EUC-JP | 薜臥洪F | 11101001101100001011001011101001101110011011111101000110 | e9b0b2e9b9bf46 |
UTF-8 | 薜臥洪F | 11101000100101101001110011101000100001111010010111100110101101001010101001000110 | e8969ce887a5e6b4aa46 |
UHC | ?臥洪F | 001111111110100011000010111110111111001101000110 | 3fe8c2fbf346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)