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 | シ」シ瘤セ汐 | 1011110010100011101111001110000110001110101111101000111010101100 | bca3bce18ebe8eac |
EUC-JP | シ」シ瘤セ汐 | 100011101011110010001110101000111000111010111100111000011110111010001110101111101011110010101110 | 8ebc8ea38ebce1ee8ebebcae |
UTF-8 | シ」シ瘤セ汐 | 111011111011110110111100111011111011110110100011111011111011110110111100111001111001100010100100111011111011110110111110111001101011000110010000 | efbdbcefbda3efbdbce798a4efbdbee6b190 |
UHC | ???瘤?汐 | 0011111100111111001111111101011110111011001111111110000010110001 | 3f3f3fd7bb3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)