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雙 | 10010000011001000011111100111111010101111001100111010100 | 90643f3f5799d4 |
EUC-JP | 薪??W雙 | 10111111110001010011111100111111010101111101001011010110 | bfc53f3f57d2d6 |
UTF-8 | 薪릯뢇W雙 | 11101000100101101010101011101011101001101010111111101011101000101000011101010111111010011001101110011001 | e896aaeba6afeba28757e99b99 |
UHC | 薪릯뢇W雙 | 111000111110111110010000100011111000111101000011010101111110010010101010 | e3ef908f8f4357e4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)