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 | äÞX | 111001001101111010001011100011111000111101011000 | e4de8b8f8f58 |
SJIS-WIN | ?????X | 001111110011111100111111001111110011111101011000 | 3f3f3f3f3f58 |
EUC-JP | äÞ???X | 10001111101010111010001110001111101010011011000000111111001111110011111101011000 | 8faba38fa9b03f3f3f58 |
UTF-8 | äÞX | 1100001110100100110000111001111011000010100010111100001010001111110000101000111101011000 | c3a4c39ec28bc28fc28f58 |
UHC | ?Þ???X | 00111111101010001010110100111111001111110011111101011000 | 3fa8ad3f3f3f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)