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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ⅸ磁聹汐晶ウ | 1111101001001000100011101010010111100011111000101000111010101100100011111011101110110011 | fa488ea5e3e28eac8fbbb3 |
EUC-JP | ?磁聹汐晶ウ | 0011111110111100101001111110011011100100101111001010111010111110101111011000111010110011 | 3fbca7e6e4bcaebebd8eb3 |
UTF-8 | ⅸ磁聹汐晶ウ | 111000101000010110111000111001111010001110000001111010001000000110111001111001101011000110010000111001101001100110110110111011111011110110110011 | e285b8e7a381e881b9e6b190e699b6efbdb3 |
UHC | ⅸ磁?汐晶? | 10100101101010011110110110111000001111111110000010110001111011111101110000111111 | a5a9edb83fe0b1efdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)