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 | æÞfe | 111001101101111010000001011001101000001101100101 | e6de81668365 |
SJIS-WIN | ???f?e | 001111110011111100111111011001100011111101100101 | 3f3f3f663f65 |
EUC-JP | æÞ?f?e | 10001111101010011100000110001111101010011011000000111111011001100011111101100101 | 8fa9c18fa9b03f663f65 |
UTF-8 | æÞfe | 11000011101001101100001110011110110000101000000101100110110000101000001101100101 | c3a6c39ec28166c28365 |
UHC | æÞ?f?e | 1010100110100001101010001010110100111111011001100011111101100101 | a9a1a8ad3f663f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)