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 | 疾汐蓴シ、 | 1000111010111110100011101010110011100100111100011011110010100100 | 8ebe8eace4f1bca4 |
EUC-JP | 疾汐蓴シ、 | 10111100110000001011110010101110111010001111001110001110101111001000111010100100 | bcc0bcaee8f38ebc8ea4 |
UTF-8 | 疾汐蓴シ、 | 111001111001011010111110111001101011000110010000111010001001001110110100111011111011110110111100111011111011110110100100 | e796bee6b190e893b4efbdbcefbda4 |
UHC | 疾汐蓴?? | 1111001011110000111000001011000111100010111100010011111100111111 | f2f0e0b1e2f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)