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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅸ磁聹汐 | 1111101001001000100011101010010111100011111000101000111010101100 | fa488ea5e3e28eac |
EUC-JP | ?磁聹汐 | 00111111101111001010011111100110111001001011110010101110 | 3fbca7e6e4bcae |
UTF-8 | ⅸ磁聹汐 | 111000101000010110111000111001111010001110000001111010001000000110111001111001101011000110010000 | e285b8e7a381e881b9e6b190 |
UHC | ⅸ磁?汐 | 10100101101010011110110110111000001111111110000010110001 | a5a9edb83fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)