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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謖?汐 | 1110011010001100001111111000111010101100 | e68c3f8eac |
EUC-JP | 謖?汐 | 1110101111101100001111111011110010101110 | ebec3fbcae |
UTF-8 | 謖갷汐 | 111010001010110010010110111010101011000010110111111001101011000110010000 | e8ac96eab0b7e6b190 |
UHC | 謖갷汐 | 111000011101101010000001011000111110000010110001 | e1da8163e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)