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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 祭攀??\ | 10001101110101011001110110110011001111110011111101011100 | 8dd59db33f3f5c |
EUC-JP | 祭攀??\ | 10111010110101111101101010110101001111110011111101011100 | bad7dab53f3f5c |
UTF-8 | 祭攀렖궜\ | 11100111101001011010110111100110100101001000000011101011101000001001011011101010101101101001110001011100 | e7a5ade69480eba096eab69c5c |
UHC | 祭攀렖궜\ | 111100001010111011011010111001111000111010101011101100011100100101011100 | f0aedae78eabb1c95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)