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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | 薪??W薪 | 10010000011001000011111100111111010101111001000001100100 | 90643f3f579064 |
EUC-JP | 薪??W薪 | 10111111110001010011111100111111010101111011111111000101 | bfc53f3f57bfc5 |
UTF-8 | 薪릯뢇W薪 | 11101000100101101010101011101011101001101010111111101011101000101000011101010111111010001001011010101010 | e896aaeba6afeba28757e896aa |
UHC | 薪릯뢇W薪 | 111000111110111110010000100011111000111101000011010101111110001111101111 | e3ef908f8f4357e3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)