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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鬯倅ス懷㈲B | 11101001101011001001100011100100101111011001110011100101100001111000101101000010 | e9ac98e4bd9ce5878b42 |
EUC-JP | 鬯倅ス懷?B | 11110010101011101101000011100110100011101011110111011000111001110011111101000010 | f2aed0e68ebdd8e73f42 |
UTF-8 | 鬯倅ス懷㈲B | 11101001101011001010111111100101100000001000010111101111101111011011110111100110100001111011011111100011100010001011001001000010 | e9acafe58085efbdbde687b7e388b242 |
UHC | ???懷?B | 00111111001111110011111111111100111000110011111101000010 | 3f3f3ffce33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)