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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 遨ゥム作釜\ | 111001111010100110101001110100011000110111101100100010101001100001011100 | e7a9a9d18dec8a985c |
EUC-JP | 遨ゥム作釜\ | 1110111010101011100011101010100110001110110100011011101011101110101100111111100001011100 | eeab8ea98ed1baeeb3f85c |
UTF-8 | 遨ゥム作釜\ | 11101001100000011010100011101111101111011010100111101111101111101001000111100100101111011001110011101001100001111001110001011100 | e981a8efbda9efbe91e4bd9ce9879c5c |
UHC | ???作釜\ | 0011111100111111001111111110110111000010110111011011110001011100 | 3f3f3fedc2ddbc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)