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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴆自鋕モー | 1110100111101111100011101010100111111011110101001101001110110000 | e9ef8ea9fbd4d3b0 |
EUC-JP | 鴆自鋕モー | 1111001011110001101111001010101110001111111001001100000010001110110100111000111010110000 | f2f1bcab8fe4c08ed38eb0 |
UTF-8 | 鴆自鋕モー | 111010011011010010000110111010001000011110101010111010011000101110010101111011111011111010010011111011111011110110110000 | e9b486e887aae98b95efbe93efbdb0 |
UHC | ?自??? | 001111111110110110111011001111110011111100111111 | 3fedbb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)