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 | 鞜丞、ュ蹊 | 1110100011011111100011111110010110100100101011011110011011111100 | e8df8fe5a4ade6fc |
EUC-JP | 鞜丞、ュ蹊 | 11110000111000011011111011100111100011101010010010001110101011011110110011111110 | f0e1bee78ea48eadecfe |
UTF-8 | 鞜丞、ュ蹊 | 111010011001111010011100111001001011100010011110111011111011110110100100111011111011110110101101111010001011100110001010 | e99e9ce4b89eefbda4efbdade8b98a |
UHC | ?丞??蹊 | 00111111111000111010101000111111001111111111101110110111 | 3fe3aa3f3ffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)