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 | 00111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f5e46 |
SJIS-WIN | 醤ネ鴫渧疾^F | 1000111111011101110010001000111010110000111110110100100010001110101111100101111001000110 | 8fddc88eb0fb488ebe5e46 |
EUC-JP | 醤ネ鴫渧疾^F | 10111110110111111000111011001000101111001011001010001111110001111110101110111100110000000101111001000110 | bedf8ec8bcb28fc7ebbcc05e46 |
UTF-8 | 醤ネ鴫渧疾^F | 1110100110000110101001001110111110111110100010001110100110110100101010111110011010111000101001111110011110010110101111100101111001000110 | e986a4efbe88e9b4abe6b8a7e796be5e46 |
UHC | ????疾^F | 0011111100111111001111110011111111110010111100000101111001000110 | 3f3f3f3ff2f05e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)