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 | 111001001101111010000100100010111000001001010111 | e4de848b8257 |
SJIS-WIN | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
EUC-JP | äÞ???W | 10001111101010111010001110001111101010011011000000111111001111110011111101010111 | 8faba38fa9b03f3f3f57 |
UTF-8 | äÞW | 1100001110100100110000111001111011000010100001001100001010001011110000101000001001010111 | c3a4c39ec284c28bc28257 |
UHC | ?Þ???W | 00111111101010001010110100111111001111110011111101010111 | 3fa8ad3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)